VPTissue Reference Manual
|
Produces factory function for odeint integrator algorithm. More...
#include <OdeintFactory2.h>
Public Types | |
using | Solver = OdeintTraits< State >::Solver |
using | State = OdeintTraits<>::State |
using | System = OdeintTraits< State >::System |
Public Member Functions | |
Solver | Create (const std::string &name, double eps_abs, double eps_rel) |
std::list< std::string > | List () const |
bool | ProvidesSolver (const std::string &name) const |
Returns true iff this factory can provide the requested solver. | |
Produces factory function for odeint integrator algorithm.
Definition at line 34 of file OdeintFactory2.h.