Go to the source code of this file.
static double* _addVar |
( |
const char * |
name, |
|
|
void * |
data |
|
) |
| |
|
static |
Call-back to add variables to parser automatically.
Definition at line 356 of file Func.cpp.
358 Func* func =
reinterpret_cast< Func *
>(data);
359 double *ret =
new double;
vector< double * > _varbuf
static SrcFinfo1< double >* derivativeOut |
( |
| ) |
|
|
static |
Definition at line 60 of file Func.cpp.
Referenced by Func::initCinfo(), and Func::process().
63 "Value of derivative of the function for the current variable values");
static SrcFinfo1< double > * derivativeOut()