![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Array of multi-dimensional functions [abstract base]. More...
#include <mm_funct.h>
This class generalizes nv
functions of nv
variables, i.e. for
.
This class is one of a large number of function object classes in O2scl designed to provide a mechanism for the user to supply functions to solvers, minimizers, integrators, etc. See Function Objects for a general description.
Definition at line 44 of file mm_funct.h.
Public Member Functions | |
virtual int | operator() (size_t nv, const vec_t &x, vec_t &y)=0 |
Compute nv functions, y , of nv variables stored in x with parameter pa . |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).