model.h File Reference

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

Go to the source code of this file.

Classes

class  mio::sseirvv::Model< FP >
 

Namespaces

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

Typedefs

using mio::sseirvv::Flows = TypeList< Flow< InfectionState::Susceptible, InfectionState::ExposedV1 >, Flow< InfectionState::Susceptible, InfectionState::ExposedV2 >, Flow< InfectionState::ExposedV1, InfectionState::InfectedV1 >, Flow< InfectionState::ExposedV2, InfectionState::InfectedV2 >, Flow< InfectionState::InfectedV1, InfectionState::RecoveredV1 >, Flow< InfectionState::InfectedV2, InfectionState::RecoveredV2 >, Flow< InfectionState::RecoveredV1, InfectionState::ExposedV1V2 >, Flow< InfectionState::ExposedV1V2, InfectionState::InfectedV1V2 >, Flow< InfectionState::InfectedV1V2, InfectionState::RecoveredV1V2 > >