Public Member Functions | |
int | df (const VectorXd &b, MatrixXd &fjac) |
int | df (const VectorXd &b, MatrixXd &fjac) |
eckerle4_functor (void) | |
eckerle4_functor (void) | |
int | operator() (const VectorXd &b, VectorXd &fvec) |
int | operator() (const VectorXd &b, VectorXd &fvec) |
Public Member Functions inherited from Eigen::DenseFunctor< double > | |
DenseFunctor () | |
DenseFunctor (int inputs, int values) | |
int | inputs () const |
int | values () const |
Static Public Attributes | |
static const double | x [35] = { 400.0, 405.0, 410.0, 415.0, 420.0, 425.0, 430.0, 435.0, 436.5, 438.0, 439.5, 441.0, 442.5, 444.0, 445.5, 447.0, 448.5, 450.0, 451.5, 453.0, 454.5, 456.0, 457.5, 459.0, 460.5, 462.0, 463.5, 465.0, 470.0, 475.0, 480.0, 485.0, 490.0, 495.0, 500.0} |
static const double | y [35] = { 0.0001575, 0.0001699, 0.0002350, 0.0003102, 0.0004917, 0.0008710, 0.0017418, 0.0046400, 0.0065895, 0.0097302, 0.0149002, 0.0237310, 0.0401683, 0.0712559, 0.1264458, 0.2073413, 0.2902366, 0.3445623, 0.3698049, 0.3668534, 0.3106727, 0.2078154, 0.1164354, 0.0616764, 0.0337200, 0.0194023, 0.0117831, 0.0074357, 0.0022732, 0.0008800, 0.0004579, 0.0002345, 0.0001586, 0.0001143, 0.0000710 } |
Additional Inherited Members | |
Public Types inherited from Eigen::DenseFunctor< double > | |
enum | |
typedef Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
typedef ColPivHouseholderQR< JacobianType > | QRSolver |
typedef double | Scalar |
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
Public Attributes inherited from Eigen::DenseFunctor< double > | |
const int | m_inputs |
const int | m_values |
Definition at line 1370 of file levenberg_marquardt.cpp.
|
inline |
Definition at line 1372 of file levenberg_marquardt.cpp.
|
inline |
Definition at line 1718 of file NonLinearOptimization.cpp.
|
inline |
Definition at line 1383 of file levenberg_marquardt.cpp.
|
inline |
Definition at line 1729 of file NonLinearOptimization.cpp.
|
inline |
Definition at line 1375 of file levenberg_marquardt.cpp.
|
inline |
Definition at line 1721 of file NonLinearOptimization.cpp.
|
static |
Definition at line 1373 of file levenberg_marquardt.cpp.
|
static |
Definition at line 1374 of file levenberg_marquardt.cpp.