Definition at line 39 of file autodiff.cpp.
typedef Matrix<Scalar,InputsAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::InputType |
Definition at line 39 of file forward_adolc.cpp.
typedef Matrix<Scalar,InputsAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::InputType |
Definition at line 46 of file autodiff.cpp.
typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> TestFunc1< _Scalar, NX, NY >::JacobianType |
Definition at line 41 of file forward_adolc.cpp.
typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> TestFunc1< _Scalar, NX, NY >::JacobianType |
Definition at line 48 of file autodiff.cpp.
typedef _Scalar TestFunc1< _Scalar, NX, NY >::Scalar |
Definition at line 34 of file forward_adolc.cpp.
typedef _Scalar TestFunc1< _Scalar, NX, NY >::Scalar |
Definition at line 41 of file autodiff.cpp.
typedef Matrix<Scalar,ValuesAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::ValueType |
Definition at line 40 of file forward_adolc.cpp.
typedef Matrix<Scalar,ValuesAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::ValueType |
Definition at line 47 of file autodiff.cpp.
anonymous enum |
Definition at line 42 of file autodiff.cpp.
anonymous enum |
Definition at line 35 of file forward_adolc.cpp.
TestFunc1< _Scalar, NX, NY >::TestFunc1 | ( | ) | [inline] |
Definition at line 52 of file autodiff.cpp.
TestFunc1< _Scalar, NX, NY >::TestFunc1 | ( | int | inputs, |
int | values | ||
) | [inline] |
Definition at line 53 of file autodiff.cpp.
TestFunc1< _Scalar, NX, NY >::TestFunc1 | ( | ) | [inline] |
Definition at line 45 of file forward_adolc.cpp.
TestFunc1< _Scalar, NX, NY >::TestFunc1 | ( | int | inputs, |
int | values | ||
) | [inline] |
Definition at line 46 of file forward_adolc.cpp.
int TestFunc1< _Scalar, NX, NY >::inputs | ( | ) | const [inline] |
Definition at line 48 of file forward_adolc.cpp.
int TestFunc1< _Scalar, NX, NY >::inputs | ( | ) | const [inline] |
Definition at line 55 of file autodiff.cpp.
void TestFunc1< _Scalar, NX, NY >::operator() | ( | const Matrix< T, InputsAtCompileTime, 1 > & | x, |
Matrix< T, ValuesAtCompileTime, 1 > * | _v | ||
) | const [inline] |
Definition at line 52 of file forward_adolc.cpp.
void TestFunc1< _Scalar, NX, NY >::operator() | ( | const Matrix< T, InputsAtCompileTime, 1 > & | x, |
Matrix< T, ValuesAtCompileTime, 1 > * | _v | ||
) | const [inline] |
Definition at line 59 of file autodiff.cpp.
void TestFunc1< _Scalar, NX, NY >::operator() | ( | const InputType & | x, |
ValueType * | v, | ||
JacobianType * | _j | ||
) | const [inline] |
Definition at line 71 of file forward_adolc.cpp.
void TestFunc1< _Scalar, NX, NY >::operator() | ( | const InputType & | x, |
ValueType * | v, | ||
JacobianType * | _j | ||
) | const [inline] |
Definition at line 78 of file autodiff.cpp.
int TestFunc1< _Scalar, NX, NY >::values | ( | ) | const [inline] |
Definition at line 49 of file forward_adolc.cpp.
int TestFunc1< _Scalar, NX, NY >::values | ( | ) | const [inline] |
Definition at line 56 of file autodiff.cpp.
int TestFunc1< _Scalar, NX, NY >::m_inputs |
Definition at line 50 of file autodiff.cpp.
int TestFunc1< _Scalar, NX, NY >::m_values |
Definition at line 50 of file autodiff.cpp.