Array of multi-dimensional functions in an array of strings. More...
Definition at line 48 of file mm_funct.h.
#include <mm_funct.h>
Public Member Functions | |
mm_funct11_strings (int nv, std::string *formulas, std::string vars, int np=0, std::string parms="") | |
Specify the strings. | |
int | set_parms (const vec_t &p) |
Set the values of the auxilliary parameters that were specified in 'parms' in the constructor. | |
virtual int | operator() (size_t nv, const vec_t &x, vec_t &y) |
Compute nv functions, y , of nv variables stored in x with parameter pa . | |
int | set_function (int nv, std::string *formulas, std::string vars, int np=0, std::string parms="") |
Set the functions. | |
Protected Attributes | |
FunctionParser * | fpw |
The function parser. | |
int | st_np |
The number of parameters. | |
int | st_nv |
The number of variables. | |
double * | arr |
The arguments to the function parser. | |
std::string * | st_forms |
The formulas. | |
std::string | st_vars |
The variables. | |
std::string | st_parms |
The parameters. | |
Private Member Functions | |
mm_funct11_strings (const mm_funct11_strings &) | |
mm_funct11_strings & | operator= (const mm_funct11_strings &) |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.