parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::oseir::ContactPatterns< FP >
 the contact patterns within the society are modelled using a ContactMatrix More...
 
class  mio::oseir::Parameters< FP >
 Parameters of an age-resolved SECIR/SECIHURD model. More...
 
struct  mio::oseir::TimeExposed< FP >
 the latent time in day unit More...
 
struct  mio::oseir::TimeInfected< FP >
 the infectious time in day unit More...
 
struct  mio::oseir::TransmissionProbabilityOnContact< FP >
 probability of getting infected from a contact More...
 

Namespaces

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

Typedefs

template<typename FP >
using mio::oseir::ParametersBase = ParameterSet< TransmissionProbabilityOnContact< FP >, TimeExposed< FP >, TimeInfected< FP >, ContactPatterns< FP > >