|
enum | { InputsAtCompileTime = InputType::RowsAtCompileTime,
ValuesAtCompileTime = ValueType::RowsAtCompileTime
} |
|
typedef Matrix< ActiveScalar, InputsAtCompileTime, 1 > | ActiveInput |
|
typedef AutoDiffScalar< DerivativeType > | ActiveScalar |
|
typedef Matrix< ActiveScalar, ValuesAtCompileTime, 1 > | ActiveValue |
|
typedef Matrix< Scalar, InputsAtCompileTime, 1 > | DerivativeType |
|
typedef JacobianType::Index | Index |
|
typedef Functor::InputType | InputType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
|
typedef ValueType::Scalar | Scalar |
|
typedef Functor::ValueType | ValueType |
|
enum | { InputsAtCompileTime = NX,
ValuesAtCompileTime = NY
} |
|
enum | { InputsAtCompileTime = NX,
ValuesAtCompileTime = NY
} |
|
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 _Scalar | Scalar |
|
typedef _Scalar | Scalar |
|
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
|
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
|
|
| AutoDiffJacobian () |
|
| AutoDiffJacobian (const Functor &f) |
|
template<typename T0 > |
| AutoDiffJacobian (const T0 &a0) |
|
template<typename T0 , typename T1 > |
| AutoDiffJacobian (const T0 &a0, const T1 &a1) |
|
template<typename T0 , typename T1 , typename T2 > |
| AutoDiffJacobian (const T0 &a0, const T1 &a1, const T2 &a2) |
|
void | operator() (const InputType &x, ValueType *v, JacobianType *_jac=0) const |
|
| Functor () |
|
| Functor (int inputs, int values) |
|
| Functor () |
|
| Functor (int inputs, int values) |
|
int | inputs () const |
|
int | inputs () const |
|
int | values () const |
|
int | values () const |
|
template<typename Functor>
class Eigen::AutoDiffJacobian< Functor >
Definition at line 16 of file AutoDiffJacobian.h.