infection_state.h File Reference

CPP API: infection_state.h File Reference
ide_seir/infection_state.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum class  mio::iseir::InfectionState {
  mio::iseir::S = 0 , mio::iseir::E , mio::iseir::I , mio::iseir::R ,
  mio::iseir::Count = 4
}
 The InfectionState enum describes the possible categories for the infectious state of persons in ide_seir model. More...