![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
What stochCompFull returns for a CTMC; a DTMC fills the same blocks from P.
Definition at line 593 of file markov_chain.h.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().