TransitionMatrixExposedToInfectedNoSymptoms< FP > Struct Template Reference

CPP API: mio::glsecir::TransitionMatrixExposedToInfectedNoSymptoms< FP > Struct Template Reference
mio::glsecir::TransitionMatrixExposedToInfectedNoSymptoms< FP > Struct Template Reference

Transition matrix of the Exposed compartment. More...

#include <parameters.h>

Public Types

using Type = Eigen::MatrixX< FP >
 

Static Public Member Functions

static Type get_default (size_t numExposed, FP timeExposed=1.)
 Default parameters can be used to get an Erlang distributed stay time in the Exposed compartment. More...
 
static std::string name ()
 

Detailed Description

template<typename FP>
struct mio::glsecir::TransitionMatrixExposedToInfectedNoSymptoms< FP >

Transition matrix of the Exposed compartment.

Member Typedef Documentation

◆ Type

template<typename FP >
using mio::glsecir::TransitionMatrixExposedToInfectedNoSymptoms< FP >::Type = Eigen::MatrixX<FP>

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::glsecir::TransitionMatrixExposedToInfectedNoSymptoms< FP >::get_default ( size_t  numExposed,
FP  timeExposed = 1. 
)
inlinestatic

Default parameters can be used to get an Erlang distributed stay time in the Exposed compartment.

Parameters
[in]numExposedNumber of subcompartments of the Exposed compartment.
[in]timeExposedAverage time spent in Exposed compartment in day unit.

◆ name()

template<typename FP >
static std::string mio::glsecir::TransitionMatrixExposedToInfectedNoSymptoms< FP >::name ( )
inlinestatic