mm_funct Class Template Reference

#include <mm_funct.h>

Inheritance diagram for mm_funct:

mm_funct_fptr mm_funct_fptr_nopar mm_funct_gsl mm_funct_mfptr mm_funct_mfptr_nopar

Detailed Description

template<class param_t, class vec_t = ovector_view>
class mm_funct< param_t, vec_t >

Array of multi-dimensional functions.

This class generalizes nv functions of nv variables, i.e. $ y_j(x_0,x_1,...,x_{nv-1}) $ for $ 0\leq j \leq nv-1 $ .

To use C-style arrays, use mm_vfunct.

Definition at line 45 of file mm_funct.h.


Public Member Functions

 mm_funct ()
virtual ~mm_funct ()
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.

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