parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::ssirs::ContactPatterns< FP >
 the contact patterns within the society are modelled using a ContactMatrix More...
 
class  mio::ssirs::Parameters< FP >
 Parameters of SIR model. More...
 
struct  mio::ssirs::Seasonality< FP >
 The seasonality in the SIRS model. More...
 
struct  mio::ssirs::StartDay< FP >
 The start day in the SIRS model The start day defines in which season the simulation can be started If the start day is 180 and simulation takes place from t0=0 to tmax=100 the days 180 to 280 of the year are simulated. More...
 
struct  mio::ssirs::TimeImmune< FP >
 the infectious time in day unit More...
 
struct  mio::ssirs::TimeInfected< FP >
 the infectious time in day unit More...
 
struct  mio::ssirs::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::ssirs
 

Typedefs

template<typename FP >
using mio::ssirs::ParametersBase = ParameterSet< TransmissionProbabilityOnContact< FP >, TimeInfected< FP >, ContactPatterns< FP >, TimeImmune< FP >, Seasonality< FP >, StartDay< FP > >