|
Blender V4.3
|
#include <function_derivative.h>
Public Types | |
| typedef Function::XMatrixType | Parameters |
| typedef Function::XMatrixType::RealScalar | XScalar |
| typedef Function::FMatrixType | FMatrixType |
| typedef Matrix< typename Function::FMatrixType::RealScalar, Function::FMatrixType::RowsAtCompileTime, Function::XMatrixType::RowsAtCompileTime > | JMatrixType |
Public Member Functions | |
| NumericJacobian (const Function &f) | |
| JMatrixType | operator() (const Parameters &x) |
Definition at line 40 of file function_derivative.h.
| typedef Function::FMatrixType libmv::NumericJacobian< Function, mode >::FMatrixType |
Definition at line 44 of file function_derivative.h.
| typedef Matrix<typename Function::FMatrixType::RealScalar, Function::FMatrixType::RowsAtCompileTime, Function::XMatrixType::RowsAtCompileTime> libmv::NumericJacobian< Function, mode >::JMatrixType |
Definition at line 48 of file function_derivative.h.
| typedef Function::XMatrixType libmv::NumericJacobian< Function, mode >::Parameters |
Definition at line 42 of file function_derivative.h.
| typedef Function::XMatrixType::RealScalar libmv::NumericJacobian< Function, mode >::XScalar |
Definition at line 43 of file function_derivative.h.
|
inline |
Definition at line 50 of file function_derivative.h.
|
inline |
Definition at line 53 of file function_derivative.h.
References libmv::CENTRAL, e, eps, and x.