scid.ports.minpack.hybrd

Members

Functions

hybrd
void hybrd(Func fcn, size_t n, Real* x, Real* fvec, Real xtol, uint maxfev, size_t ml, size_t mu, Real epsfcn, Real* diag, int mode, Real factor, int nprint, int info, uint nfev, Real* fjac, size_t ldfjac, Real* r, size_t lr, Real* qtf, Real* wa1, Real* wa2, Real* wa3, Real* wa4)

The purpose of hybrd is to find a zero of a system of n nonlinear functions in n variables by a modification of the Powell Hybrid Method. The user must provide a function which calculates the functions. The Jacobian is then calculated by a forward-difference approximation.

Meta

Authors

Lars Tandle Kyllingstad

License

Boost Licence 1.0