|
enum | { InputsAtCompileTime = NX,
ValuesAtCompileTime = NY
} |
|
enum | { InputsAtCompileTime = NX,
ValuesAtCompileTime = NY
} |
|
typedef _Scalar | Scalar |
|
typedef Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
|
typedef _Scalar | Scalar |
|
typedef Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
|
|
| Functor (int inputs, int values) |
|
int | inputs () const |
|
int | values () const |
|
| Functor (int inputs, int values) |
|
int | inputs () const |
|
int | values () const |
|
|
const int | m_inputs |
|
const int | m_values |
|
int | m_inputs |
|
int | m_values |
|
The documentation for this struct was generated from the following files:
- third-party-libs/eigen3/unsupported/test/NonLinearOptimization.cpp
- third-party-libs/eigen3/unsupported/test/NumericalDiff.cpp