#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, double tolerance) const |
| Invoke minpack method. | |
Definition at line 77 of file nlinalg.h.
| typedef boost::numeric::ublas::vector< double > mimas::lmdif1_t::Vector |
| Vector mimas::lmdif1_t::operator() | ( | const Vector & | _A, | |
| void(*)(int *m, int *n, double *x, double *fvec, int *iflag) | fnc, | |||
| int | nb, | |||
| double | tolerance | |||
| ) | const |
Invoke minpack method.