StartingProbabilitiesExposed< FP > Struct Template Reference

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

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

#include <parameters.h>

Public Types

using Type = Eigen::VectorX< FP >
 

Static Public Member Functions

static Type get_default (size_t numExposed)
 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::StartingProbabilitiesExposed< FP >

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

Member Typedef Documentation

◆ Type

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

Member Function Documentation

◆ get_default()

template<typename FP >
static Type mio::glsecir::StartingProbabilitiesExposed< FP >::get_default ( size_t  numExposed)
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.

◆ name()

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