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

Blocks of the partition together with the pseudo complement over I. More...

#include <line/api/mc/ctmc_pseudostochcomp.h>

Public Attributes

Matrix< T > S
 pseudo stochastic complement over the retained set
Matrix< T > Q11
 retained-to-retained block
Matrix< T > Q12
 retained-to-complement block
Matrix< T > Q21
 complement-to-retained block
Matrix< T > Q22
 complement-to-complement block
Matrix< T > Tm
 the rank-one return term S - Q11

Detailed Description

template<class T>
struct line::mc::PseudoStochCompResult< T >

Blocks of the partition together with the pseudo complement over I.

Definition at line 44 of file ctmc_pseudostochcomp.h.

Member Data Documentation

◆ Q11

template<class T>
Matrix<T> line::mc::PseudoStochCompResult< T >::Q11

retained-to-retained block

Definition at line 46 of file ctmc_pseudostochcomp.h.

Referenced by line::mc::ctmc_pseudostochcomp().

◆ Q12

template<class T>
Matrix<T> line::mc::PseudoStochCompResult< T >::Q12

retained-to-complement block

Definition at line 47 of file ctmc_pseudostochcomp.h.

Referenced by line::mc::ctmc_pseudostochcomp().

◆ Q21

template<class T>
Matrix<T> line::mc::PseudoStochCompResult< T >::Q21

complement-to-retained block

Definition at line 48 of file ctmc_pseudostochcomp.h.

Referenced by line::mc::ctmc_pseudostochcomp().

◆ Q22

template<class T>
Matrix<T> line::mc::PseudoStochCompResult< T >::Q22

complement-to-complement block

Definition at line 49 of file ctmc_pseudostochcomp.h.

Referenced by line::mc::ctmc_pseudostochcomp().

◆ S

template<class T>
Matrix<T> line::mc::PseudoStochCompResult< T >::S

pseudo stochastic complement over the retained set

Definition at line 45 of file ctmc_pseudostochcomp.h.

Referenced by line::mc::ctmc_pseudostochcomp().

◆ Tm

template<class T>
Matrix<T> line::mc::PseudoStochCompResult< T >::Tm

the rank-one return term S - Q11

Definition at line 50 of file ctmc_pseudostochcomp.h.

Referenced by line::mc::ctmc_pseudostochcomp().


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