|
enum | |
|
enum | |
|
typedef Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
|
typedef Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
|
typedef double | Scalar |
|
typedef double | Scalar |
|
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
|
int | m_inputs |
|
const int | m_inputs |
|
int | m_values |
|
const int | m_values |
|
Definition at line 29 of file levenberg_marquardt.cpp.
lmder_functor::lmder_functor |
( |
void |
| ) |
|
|
inline |
lmder_functor::lmder_functor |
( |
void |
| ) |
|
|
inline |
int lmder_functor::df |
( |
const VectorXd & |
x, |
|
|
MatrixXd & |
fjac |
|
) |
| const |
|
inline |
int lmder_functor::df |
( |
const VectorXd & |
x, |
|
|
MatrixXd & |
fjac |
|
) |
| const |
|
inline |
int lmder_functor::operator() |
( |
const VectorXd & |
x, |
|
|
VectorXd & |
fvec |
|
) |
| const |
|
inline |
int lmder_functor::operator() |
( |
const VectorXd & |
x, |
|
|
VectorXd & |
fvec |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following files: