![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Multi-dimensional function [abstract base]. More...
#include <multi_funct.h>
This class generalizes one function of several variables, i.e. where
nv
is the number of variables in the function y.
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 47 of file multi_funct.h.
Public Member Functions | |
virtual double | operator() (size_t nv, const vec_t &x)=0 |
Compute a function y of nv variables stored in x with parameter pa . |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).