StartingProbabilitiesInfectedCritical< FP > Struct Template Reference

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

Vector with the probability to start in any of the subcompartments of the InfectedCritical compartment. More...

#include <parameters.h>

Public Types

using Type = Eigen::VectorX< FP >
 

Static Public Member Functions

static Type get_default (size_t numInfectedCritical)
 Default parameters can be used to get an Erlang distributed stay time in InfectedCritical compartment. More...
 
static std::string name ()
 

Detailed Description

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

Vector with the probability to start in any of the subcompartments of the InfectedCritical compartment.

Member Typedef Documentation

◆ Type

template<typename FP >
using mio::glsecir::StartingProbabilitiesInfectedCritical< FP >::Type = Eigen::VectorX<FP>

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::glsecir::StartingProbabilitiesInfectedCritical< FP >::get_default ( size_t  numInfectedCritical)
inlinestatic

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

Parameters
[in]numInfectedCriticalNumber of subcompartments of the InfectedCritical compartment.

◆ name()

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