#include <nlinalg.h>
Public Types | |
| typedef boost::numeric::ublas::vector< double > | Vector |
Public Member Functions | |
| Vector | operator() (const Vector &_A, void(*fnc)(int *m, int *n, double *x, double *fvec, int *iflag), int nb, int maxfev, double tolerance, int mode, int factor, double epsfcn) const |
| Invoke minpack method. | |
For more infomation about the algorithm read : lmdif.txt
Definition at line 28 of file nlinalg.h.
| typedef boost::numeric::ublas::vector< double > mimas::lmdif_t::Vector |
| Vector mimas::lmdif_t::operator() | ( | const Vector & | _A, | |
| void(*)(int *m, int *n, double *x, double *fvec, int *iflag) | fnc, | |||
| int | nb, | |||
| int | maxfev, | |||
| double | tolerance, | |||
| int | mode, | |||
| int | factor, | |||
| double | epsfcn | |||
| ) | const |
Invoke minpack method.