#include <mm_funct.h>
This works because with the template parameter vec_t
as an ovector_view class because ovector_view is inherited from gsl_vector
.
Definition at line 181 of file mm_funct.h.
Public Member Functions | |
mm_funct_gsl (int(*fp)(const gsl_vector *x, param_t &pa, gsl_vector *f)) | |
Specify the function pointer. | |
virtual int | operator() (size_t nv, const vec_t &x, vec_t &y, param_t &pa) |
Compute nv functions, y , of nv variables stored in x with parameter pa . | |
Protected Attributes | |
int(* | fptr )(const gsl_vector *x, param_t &pa, gsl_vector *f) |
The function pointer to the user-supplied function. | |
Private Member Functions | |
mm_funct_gsl (const mm_funct_gsl &) | |
mm_funct_gsl & | operator= (const mm_funct_gsl &) |
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