#include <multi_min.h>
Definition at line 138 of file multi_min.h.
Public Member Functions | |
virtual | ~gradient () |
virtual int | set_function (func_t &f) |
Set the function to compute the gradient of. | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &g, param_t &pa) |
Compute the gradient g at the point x . | |
Protected Attributes | |
func_t * | func |
A pointer to the user-specified function. |