Jafar
|
Use this class as a template parameter for the gaussNewton function if you want to use the Newton method which uses the Hessian. More...
Use this class as a template parameter for the gaussNewton function if you want to use the Newton method which uses the Hessian.
You need to define ublas::matrix<double> hessian(const ublas::vector<double>& x, int n) const in _TFunction if you want to use that method.
Definition at line 67 of file joptimization.hpp.
#include <joptimization.hpp>
Public Types | |
typedef _TType_ | Type |
typedef _TFunction_ | Function |
Static Public Member Functions | |
static void | computeM (const ublas::matrix< _TType_ > &jacobian, const _TFunction_ *f, ublas::vector< _TType_ > ¶meters, ublas::vector< _TType_ > &values, ublas::matrix< _TType_ > &M) |
Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |