model.h File Reference

CPP API: model.h File Reference
sde_sir/model.h File Reference
Include dependency graph for sde_sir/model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::ssir::Model< FP >
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::ssir
 

Typedefs

using mio::ssir::Flows = TypeList< Flow< InfectionState::Susceptible, InfectionState::Infected >, Flow< InfectionState::Infected, InfectionState::Recovered > >