List of all members.
Public Member Functions |
virtual vector | operator() (double t, const vector &x) |
| Virtual function to input ODE function elsewhere.
|
void | set_params (const vector &vpass) |
| Function that sets the parameters in the function to be minimized.
|
void | set_dimension (uint dim) |
| Function that sets the dimension of the system.
|
Static Public Member Functions |
static int | func (double t, const double y[], double f[], void *p) |
| Static function that is called by gsl to evaluate f.
|
Public Attributes |
double * | params |
| Pointer to params vector for passing to GSL.
|
uint | dim |
| Unsigned integer for dimension of system.
|
The documentation for this class was generated from the following files: