AnimaL |
Tutorial |
Documentation |
#include <linmin.h>
Definition at line 83 of file linmin.h.
Public Member Functions | |
Real | operator() (Real x) |
value of the function | |
F1dim () | |
default constructor, does nothing | |
Public Attributes | |
Vector | xt |
auxiliary vector | |
Vector | pcom |
auxiliary vector | |
Vector | xicom |
auxiliary vector | |
unsigned int | ncom |
size of the vectors | |
Func * | funct |
pointer to the n-dimensional function |
|
default constructor, does nothing
|
|
value of the function
Definition at line 86 of file linmin.h. References nr::linmin< TraitsT >::F1dim< Real, Vector, Func >::ncom. |
|
pointer to the n-dimensional function
Definition at line 103 of file linmin.h. Referenced by nr::linmin< TraitsT >::linmin(). |
|
size of the vectors
Definition at line 102 of file linmin.h. Referenced by nr::linmin< TraitsT >::linmin(), and nr::linmin< TraitsT >::F1dim< Real, Vector, Func >::operator()(). |
|
auxiliary vector
Definition at line 100 of file linmin.h. Referenced by nr::linmin< TraitsT >::linmin(). |
|
auxiliary vector
Definition at line 101 of file linmin.h. Referenced by nr::linmin< TraitsT >::linmin(). |
|
auxiliary vector
Definition at line 99 of file linmin.h. Referenced by nr::linmin< TraitsT >::linmin(). |