#include <multi_min.h>
Definition at line 230 of file multi_min.h.
Public Member Functions | |
grad_vfunct_fptr (int(*fp)(size_t nv, double x[nv], double g[nv], param_t &pa)) | |
Specify the member function pointer. | |
virtual int | operator() (size_t nvar, double x[nv], double g[nv], param_t &pa) |
Compute the gradient g at the point x . | |
Protected Attributes | |
int(* | fptr )(size_t nvar, double x[nv], double g[nv], param_t &pa) |
Function pointer. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page