| 
    LCFIPlus
    0.6.5
    
   | 
 
Namespaces | |
| lcfiplus | |
Macros | |
| #define | TOL 2e-4 | 
Functions | |
| void | lcfiplus::powell (vector< float > p, int n, float ftol, int *iter, float *fret, float(*func)(vector< float >)) | 
| void | lcfiplus::linmin (vector< float > p, vector< float > xi, int n, float *fret, float(*func)(vector< float >)) | 
| float | lcfiplus::f1dim (float x) | 
| void | lcfiplus::mnbrak (float *ax, float *bx, float *cx, float *fa, float *fb, float *fc, float(*func)(float)) | 
| float | lcfiplus::brent (float ax, float bx, float cx, float(*f)(float), float tol, float *xmin) | 
Variables | |
| int | lcfiplus::ncom | 
| float(* | lcfiplus::nrfunc )(vector< float >) | 
| vector< float > | lcfiplus::pcom | 
| vector< float > | lcfiplus::xicom | 
| #define TOL 2e-4 | 
Referenced by lcfiplus::linmin().
 1.8.6