#include <mm_funct.h>
This class generalizes nv
functions of nv
variables, i.e. for
.
For functions with C-style arrays, use the corresponding children of mm_vfunct .
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 50 of file mm_funct.h.
Public Member Functions | |
virtual int | operator() (size_t nv, const vec_t &x, vec_t &y, param_t &pa)=0 |
Compute nv functions, y , of nv variables stored in x with parameter pa . |
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