parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::sseirvv::ContactPatterns< FP >
 The contact patterns within the society are modelled using a ContactMatrix. More...
 
class  mio::sseirvv::Parameters< FP >
 Parameters of stochastic SEIRVV model. More...
 
struct  mio::sseirvv::TimeExposedV1< FP >
 The latent time of variant 1 in days. More...
 
struct  mio::sseirvv::TimeExposedV2< FP >
 The latent time of variant 2 in days. More...
 
struct  mio::sseirvv::TimeInfectedV1< FP >
 The infectious time of variant 1 in days. More...
 
struct  mio::sseirvv::TimeInfectedV2< FP >
 The infectious time of variant 2 in days. More...
 
struct  mio::sseirvv::TransmissionProbabilityOnContactV1< FP >
 Probability of getting infected from a contact with variant 1. More...
 
struct  mio::sseirvv::TransmissionProbabilityOnContactV2< FP >
 Probability of getting infected from a contact with variant 2. More...
 

Namespaces

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

Typedefs

template<typename FP >
using mio::sseirvv::ParametersBase = ParameterSet< TransmissionProbabilityOnContactV1< FP >, TransmissionProbabilityOnContactV2< FP >, TimeExposedV1< FP >, TimeExposedV2< FP >, TimeInfectedV1< FP >, TimeInfectedV2< FP >, ContactPatterns< FP > >