VPTissue Reference Manual
SimPT_Sim::OdeintFactory2 Class Reference

Produces factory function for odeint integrator algorithm. More...

#include <OdeintFactory2.h>

Collaboration diagram for SimPT_Sim::OdeintFactory2:
Collaboration graph

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.
 

Detailed Description

Produces factory function for odeint integrator algorithm.

Definition at line 34 of file OdeintFactory2.h.


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