Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions
multi_funct< vec_t > Class Template Reference

Multi-dimensional function [abstract base]. More...

#include <multi_funct.h>

Inheritance diagram for multi_funct< vec_t >:
multi_funct_cmfptr< tclass, vec_t > multi_funct_fptr< vec_t > multi_funct_fptr_param< param_t, vec_t > multi_funct_mfptr< tclass, vec_t > multi_funct_mfptr_param< tclass, param_t, vec_t >

Detailed Description

template<class vec_t = ovector_base>
class multi_funct< vec_t >

This class generalizes one function of several variables, i.e. $ y(x_0,x_1,...,x_{nv-1}) $ 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.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.