mm_funct_cmfptr_nopar Class Template Reference

Const member function pointer to an array of multi-dimensional functions with no parameters. More...

#include <mm_funct.h>

Inheritance diagram for mm_funct_cmfptr_nopar:

mm_funct

Detailed Description

template<class tclass, class param_t, class vec_t = ovector_base>
class mm_funct_cmfptr_nopar< tclass, param_t, vec_t >

Const member function pointer to an array of multi-dimensional functions with no parameters.

Definition at line 393 of file mm_funct.h.


Public Member Functions

 mm_funct_cmfptr_nopar ()
 Empty constructor.
 mm_funct_cmfptr_nopar (tclass *tp, int(tclass::*fp)(size_t nv, const vec_t &x, vec_t &y) const)
 Specify the member function pointer.
int set_function (tclass *tp, int(tclass::*fp)(size_t nv, const vec_t &x, vec_t &y))
 Specify the member 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(tclass::* fptr )(size_t nv, const vec_t &x, vec_t &y) const
 The member function pointer.
tclass * tptr
 The class pointer.

Private Member Functions

 mm_funct_cmfptr_nopar (const mm_funct_cmfptr_nopar &)
mm_funct_cmfptr_noparoperator= (const mm_funct_cmfptr_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