compartmental_model.h File Reference

CPP API: compartmental_model.h File Reference
compartmental_model.h File Reference
#include "memilio/config.h"
#include "memilio/math/eigen.h"
#include <concepts>
Include dependency graph for compartmental_model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::CompartmentalModel< FP, Comp, Pop, Params >
 CompartmentalModel is a template for a compartmental model for an array of initial populations and a parameter set. More...
 

Namespaces

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

Variables

template<class T >
concept mio::HasApplyConstraints
 Check that the given type has an apply_constraints member function. More...
 
template<class T >
concept mio::HasCheckConstraints
 Check that the given type has a check_constraints member function. More...
 
template<class Model , typename FP >
concept mio::IsCompartmentalModel
 Concept to check if a type is a valid compartment model. More...