parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::oseair::DeathRate< FP >
 Death Rate. More...
 
class  mio::oseair::Parameters< FP >
 Parameters of an SEAIR model. More...
 
struct  mio::oseair::Quarantined< FP >
 Quarantining. More...
 
struct  mio::oseair::RecoveryRate< FP >
 Recovery rate. More...
 
struct  mio::oseair::RecoveryRateFromAsymptomatic< FP >
 Infectious period for unconfirmed infected people. More...
 
struct  mio::oseair::SocialDistancing< FP >
 Social distancing. More...
 
struct  mio::oseair::TestingRate< FP >
 Rate of testing. More...
 
struct  mio::oseair::TimeExposed< FP >
 Inverse of the latent period of the virus. More...
 
struct  mio::oseair::TimeRecoveredInv< FP >
 Rate recovered people become susceptible again. More...
 

Namespaces

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

Typedefs

template<typename FP >
using mio::oseair::ParametersBase = ParameterSet< SocialDistancing< FP >, Quarantined< FP >, TestingRate< FP >, RecoveryRate< FP >, DeathRate< FP >, TimeExposed< FP >, RecoveryRateFromAsymptomatic< FP >, TimeRecoveredInv< FP > >