model.h File Reference

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

Go to the source code of this file.

Classes

class  mio::smm::Model< FP, Comp, Status, Region >
 Stochastic Metapopulation Model. More...
 

Namespaces

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

Typedefs

template<class Status , class Region >
using mio::smm::PopulationIndex = decltype(concatenate_indices(std::declval< Region >(), std::declval< Status >()))
 The Index type used to define the SMM subpopulations. More...