![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A hessian product supplied by a function pointer.
#include <ool_constr_mmin.h>
Definition at line 87 of file ool_constr_mmin.h.
Public Member Functions | |
ool_hfunct_fptr (int(*fp)(size_t nv, const vec_t &x, const vec_t &v, vec_t &hv)) | |
Specify the function pointer. | |
virtual int | operator() (size_t nv, const vec_t &x, const vec_t &v, vec_t &hv) |
Evaluate ![]() | |
Protected Attributes | |
int(* | fptr )(size_t nv, const vec_t &x, const vec_t &v, vec_t &hv) |
Store the function pointer. | |
Private Member Functions | |
ool_hfunct_fptr (const ool_hfunct_fptr &) | |
ool_hfunct_fptr & | operator= (const ool_hfunct_fptr &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).