simulation.h File Reference

CPP API: simulation.h File Reference
models/ide_secir/simulation.h File Reference
#include "ide_secir/model.h"
#include "memilio/config.h"
#include "memilio/utils/time_series.h"
#include <memory>
#include <cstdio>
Include dependency graph for models/ide_secir/simulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::isecir::Simulation
 run the simulation in discrete steps and report results. More...
 

Namespaces

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

Functions

TimeSeries< ScalarTypemio::isecir::simulate (ScalarType tmax, ScalarType dt, Model const &model)
 Run a Simulation of an IDE-SECIR model. More...