LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fes::FesConditionalMetrics< T > Struct Template Reference

The per-population tables the conditional sum is taken over. More...

#include <line/api/fes/fes_compute_metrics.h>

Collaboration diagram for line::fes::FesConditionalMetrics< T >:

Public Attributes

std::vector< Matrix< T > > QN
 Indexed by the 0-based linearized population state; each (M_sub x K).
std::vector< Matrix< T > > UN
 Indexed by the 0-based linearized population state; each (M_sub x K).

Detailed Description

template<class T>
struct line::fes::FesConditionalMetrics< T >

The per-population tables the conditional sum is taken over.

Definition at line 43 of file fes_compute_metrics.h.

Member Data Documentation

◆ QN

template<class T>
std::vector<Matrix<T> > line::fes::FesConditionalMetrics< T >::QN

Indexed by the 0-based linearized population state; each (M_sub x K).

Definition at line 45 of file fes_compute_metrics.h.

Referenced by line::fes::fes_compute_metrics(), and line::ctmc::solver_ctmc_fes_aggregation().

◆ UN

template<class T>
std::vector<Matrix<T> > line::fes::FesConditionalMetrics< T >::UN

Indexed by the 0-based linearized population state; each (M_sub x K).

Definition at line 47 of file fes_compute_metrics.h.

Referenced by line::fes::fes_compute_metrics(), and line::ctmc::solver_ctmc_fes_aggregation().


The documentation for this struct was generated from the following file: