VPTissue Reference Manual
SimPT_Sim::OdeintTraits< S > Class Template Reference

Contains an odeint system, a state and a solver for it. More...

#include <OdeintTraits.h>

Collaboration diagram for SimPT_Sim::OdeintTraits< S >:
Collaboration graph

Public Types

using Solver = std::function< void(System, State &, double, double, double)>
 
using State = S
 
using System = std::function< void(const State &, State &, const double)>
 

Detailed Description

template<typename S = std::vector<double>>
class SimPT_Sim::OdeintTraits< S >

Contains an odeint system, a state and a solver for it.

Definition at line 31 of file OdeintTraits.h.


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