#include <multi_min.h>
Definition at line 93 of file multi_min.h.
Public Member Functions | |
grad_funct_mfptr (tclass *tp, int(tclass::*fp)(size_t nv, vec_t &x, vec_t &g, param_t &pa)) | |
Specify the member function pointer. | |
virtual | ~grad_funct_mfptr () |
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 | |
int(tclass::* | fptr )(size_t nv, vec_t &x, vec_t &g, param_t &pa) |
Member function pointer. | |
tclass * | tptr |
Class 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