parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::oseirdb::ContactPatterns< FP >
 the contact patterns within the society are modelled using a ContactMatrix More...
 
class  mio::oseirdb::Parameters< FP >
 Parameters of an age-resolved SEIRDB model. More...
 
struct  mio::oseirdb::ProbabilityToRecover< FP >
 probability to recover from the infected compartment More...
 
struct  mio::oseirdb::TimeExposed< FP >
 the latent time in day unit More...
 
struct  mio::oseirdb::TimeInfected< FP >
 the infectious time in day unit More...
 
struct  mio::oseirdb::TimeToBurial< FP >
 average time until a dead person is buried More...
 
struct  mio::oseirdb::TransmissionProbabilityFromDead< FP >
 probability to infect from the dead but unburied compartment More...
 
struct  mio::oseirdb::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::oseirdb
 

Typedefs

template<typename FP >
using mio::oseirdb::ParametersBase = ParameterSet< TransmissionProbabilityOnContact< FP >, TransmissionProbabilityFromDead< FP >, ProbabilityToRecover< FP >, TimeExposed< FP >, TimeInfected< FP >, TimeToBurial< FP >, ContactPatterns< FP > >