mm_vfunct_fptr_nopar Class Template Reference

Function pointer to array of multi-dimensional functions with arrays and no parameters.

#include <mm_funct.h>

Inheritance diagram for mm_vfunct_fptr_nopar:

mm_vfunct

Detailed Description

template<class param_t, size_t nv>
class mm_vfunct_fptr_nopar< param_t, nv >

Definition at line 535 of file mm_funct.h.


Public Member Functions

 mm_vfunct_fptr_nopar (int(*fp)(size_t nvar, const double x[nv], double y[nv]))
 Specify the function pointer.
virtual int operator() (size_t nvar, const double x[nv], double y[nv], param_t &pa)
 Compute nv functions, y, of nv variables stored in x with parameter pa.

Protected Attributes

int(* fptr )(size_t nvar, const double x[nv], double y[nv])
 The function pointer.

Private Member Functions

 mm_vfunct_fptr_nopar (const mm_vfunct_fptr_nopar &)
mm_vfunct_fptr_noparoperator= (const mm_vfunct_fptr_nopar &)

The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page