|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Defines the datapoints, which shall be fitted. More...
#include <fitcontroller.hpp>
Public Attributes | |
| FitVector | vx |
| FitVector | vy |
| FitVector | vy_w |
| FitMatrix | vz |
| FitMatrix | vz_w |
| double | dPrecision |
Defines the datapoints, which shall be fitted.
Definition at line 56 of file fitcontroller.hpp.
| double FitData::dPrecision |
Definition at line 63 of file fitcontroller.hpp.
Referenced by Fitcontroller::fitctrl(), Fitcontroller::fitjacobian(), and Fitcontroller::fitjacobianrestricted().
| FitVector FitData::vx |
Definition at line 58 of file fitcontroller.hpp.
Referenced by Fitcontroller::fit(), Fitcontroller::fitctrl(), Fitcontroller::fitfunction(), Fitcontroller::fitfunctionrestricted(), Fitcontroller::fitjacobian(), and Fitcontroller::fitjacobianrestricted().
| FitVector FitData::vy |
Definition at line 59 of file fitcontroller.hpp.
Referenced by Fitcontroller::fit(), Fitcontroller::fitctrl(), Fitcontroller::fitfunction(), Fitcontroller::fitfunctionrestricted(), Fitcontroller::fitjacobian(), and Fitcontroller::fitjacobianrestricted().
| FitVector FitData::vy_w |
Definition at line 60 of file fitcontroller.hpp.
Referenced by Fitcontroller::fit(), Fitcontroller::fitctrl(), Fitcontroller::fitfunction(), Fitcontroller::fitfunctionrestricted(), Fitcontroller::fitjacobian(), and Fitcontroller::fitjacobianrestricted().
| FitMatrix FitData::vz |
Definition at line 61 of file fitcontroller.hpp.
Referenced by Fitcontroller::fit(), Fitcontroller::fitctrl(), Fitcontroller::fitfunction(), Fitcontroller::fitfunctionrestricted(), Fitcontroller::fitjacobian(), and Fitcontroller::fitjacobianrestricted().
| FitMatrix FitData::vz_w |
Definition at line 62 of file fitcontroller.hpp.
Referenced by Fitcontroller::fit(), Fitcontroller::fitctrl(), Fitcontroller::fitfunction(), Fitcontroller::fitfunctionrestricted(), Fitcontroller::fitjacobian(), and Fitcontroller::fitjacobianrestricted().