
| Public Member Functions | |
| int | actual_df (const VectorXd &x, MatrixXd &fjac) const | 
| my_functor (void) | |
| int | operator() (const VectorXd &x, VectorXd &fvec) const | 
|  Public Member Functions inherited from Functor< double > | |
| Functor () | |
| Functor () | |
| Functor (int inputs, int values) | |
| Functor (int inputs_, int values_) | |
| int | inputs () const | 
| int | inputs () const | 
| int | values () const | 
| int | values () const | 
| Additional Inherited Members | |
|  Public Types inherited from Functor< double > | |
| 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 | 
|  Public Attributes inherited from Functor< double > | |
| int | m_inputs | 
| const int | m_inputs | 
| int | m_values | 
| const int | m_values | 
Definition at line 34 of file NumericalDiff.cpp.
| 
 | inline | 
Definition at line 36 of file NumericalDiff.cpp.
| 
 | inline | 
Definition at line 53 of file NumericalDiff.cpp.
| 
 | inline | 
Definition at line 37 of file NumericalDiff.cpp.