ode_it_funct Class Template Reference

Function class for ode_it_solve.

#include <ode_it_solve.h>

Inheritance diagram for ode_it_funct:

ode_it_funct_fptr ode_it_funct_mfptr

Detailed Description

template<class param_t, class vec_t = ovector_base>
class ode_it_funct< param_t, vec_t >

Definition at line 42 of file ode_it_solve.h.


Public Member Functions

virtual double operator() (size_t ieq, double x, vec_t &y, param_t &pa)
 Using x and y, return the value of function number ieq.

The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page