Files Classes Functions Hierarchy
#include <probrosenbrock.h>
Public Member Functions | |
| probrosenbrock01 () | |
| void | operator() (double &fval) |
| Evaluate the function to be minimized. | |
Public Attributes | |
| uint | counter |
| Testing: count the number of function evaluations. | |
| double * | xi |
Definition at line 8 of file probrosenbrock.h.
| probrosenbrock01::probrosenbrock01 | ( | ) | [inline] |
| void probrosenbrock01::operator() | ( | double & | fval | ) | [inline] |
Testing: count the number of function evaluations.
Definition at line 13 of file probrosenbrock.h.
Referenced by exploretest08().
| double* probrosenbrock01::xi |
1.5.8