parameters.h File Reference

CPP API: parameters.h File Reference
ide_seir/parameters.h File Reference
Include dependency graph for ide_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::iseir::ContactFrequency
 The contact frequency is modeled using an UncertainContactMatrix. More...
 
struct  mio::iseir::InfectiousTime
 The infectious time used in the IDE SEIR model. More...
 
struct  mio::iseir::LatencyTime
 The time of latency used in the IDE SEIR model. More...
 
struct  mio::iseir::TransmissionRisk
 The risk of transmission in the event of a contact used in the IDE SEIR model. More...
 

Namespaces

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

Typedefs

using mio::iseir::ParametersBase = ParameterSet< TransmissionRisk, LatencyTime, InfectiousTime, ContactFrequency >