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

What stochCompFull returns for a CTMC; a DTMC fills the same blocks from P. More...

#include <line/lang/processes/markov_chain.h>

Public Attributes

Matrix< T > S
 the complement on the selected states
Matrix< T > A11
 the four blocks of the partitioned matrix
Matrix< T > A12
Matrix< T > A21
Matrix< T > A22
Matrix< T > T12
 the return-path term, so that S = A11 + T12

Detailed Description

template<class T>
struct line::lang::processes::StochCompOut< T >

What stochCompFull returns for a CTMC; a DTMC fills the same blocks from P.

Definition at line 593 of file markov_chain.h.

Member Data Documentation

◆ A11

template<class T>
Matrix<T> line::lang::processes::StochCompOut< T >::A11

the four blocks of the partitioned matrix

Definition at line 595 of file markov_chain.h.

Referenced by line::lang::processes::stoch_comp_full().

◆ A12

template<class T>
Matrix<T> line::lang::processes::StochCompOut< T >::A12

Definition at line 596 of file markov_chain.h.

Referenced by line::lang::processes::stoch_comp_full().

◆ A21

template<class T>
Matrix<T> line::lang::processes::StochCompOut< T >::A21

Definition at line 597 of file markov_chain.h.

Referenced by line::lang::processes::stoch_comp_full().

◆ A22

template<class T>
Matrix<T> line::lang::processes::StochCompOut< T >::A22

Definition at line 598 of file markov_chain.h.

Referenced by line::lang::processes::stoch_comp_full().

◆ S

template<class T>
Matrix<T> line::lang::processes::StochCompOut< T >::S

the complement on the selected states

Definition at line 594 of file markov_chain.h.

Referenced by line::lang::processes::stoch_comp_full().

◆ T12

template<class T>
Matrix<T> line::lang::processes::StochCompOut< T >::T12

the return-path term, so that S = A11 + T12

Definition at line 599 of file markov_chain.h.

Referenced by line::lang::processes::stoch_comp_full().


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