parameters.h File Reference

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

Go to the source code of this file.

Classes

struct  mio::ssir::ContactPatterns< FP >
 the contact patterns within the society are modelled using a ContactMatrix More...
 
class  mio::ssir::Parameters< FP >
 Parameters of SIR model. More...
 
struct  mio::ssir::TimeInfected< FP >
 the infectious time in day unit More...
 
struct  mio::ssir::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::ssir
 

Typedefs

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