#include <multi_min.h>
tclass
- (no default)param_t
- (no default)vec_t
- ovector_base Definition at line 158 of file multi_min.h.
Public Member Functions | |
grad_funct_cmfptr (tclass *tp, int(tclass::*fp)(size_t nv, vec_t &x, vec_t &g, param_t &pa) const) | |
Specify the member function pointer. | |
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) const |
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