|
| 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 ColPivHouseholderQR< JacobianType > | QRSolver |
| |
|
|
| DenseFunctor (int inputs, int values) |
| |
|
int | inputs () const |
| |
|
int | values () const |
| |
|
|
const int | m_inputs |
| |
|
const int | m_values |
| |
The documentation for this struct was generated from the following file: