parameters.h File Reference

CPP API: parameters.h File Reference
ode_sir/parameters.h File Reference
Include dependency graph for ode_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::osir::ContactPatterns< FP >
 the contact patterns within the society are modelled using a ContactMatrix More...
 
class  mio::osir::Parameters< FP >
 Parameters of SIR model. More...
 
struct  mio::osir::TimeInfected< FP >
 the infectious time in day unit More...
 
struct  mio::osir::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::osir
 

Typedefs

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