parameters.h File Reference
|
CPP API
|
smm/parameters.h File Reference
#include "memilio/config.h"#include "memilio/geography/regions.h"#include "memilio/utils/parameter_set.h"#include "memilio/epidemiology/adoption_rate.h"
Include dependency graph for smm/parameters.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | mio::smm::AdoptionRates< FP, Status, Region > |
| A vector of AdoptionRates, see mio::AdoptionRate. More... | |
| struct | mio::smm::TransitionRate< FP, Status, Region > |
| Struct defining a possible regional transition in a Model based on Poisson Processes. More... | |
| struct | mio::smm::TransitionRates< FP, Status, Region > |
| A vector of TransitionRates, see mio::TransitionRate. More... | |
Namespaces | |
| mio | |
| A collection of classes to simplify handling of matrix shapes in meta programming. | |
| mio::smm | |
Typedefs | |
| template<typename FP , class Status , class Region > | |
| using | mio::smm::ParametersBase = mio::ParameterSet< AdoptionRates< FP, Status, Region >, TransitionRates< FP, Status, Region > > |
Generated by