![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/mc/dtmc_solve.h>
Public Attributes | |
| Matrix< T > | S |
| stochastic complement on the selected states | |
| Matrix< T > | Q11 |
| the four blocks, as MATLAB returns them | |
| Matrix< T > | Q12 |
| Matrix< T > | Q21 |
| Matrix< T > | Q22 |
| Matrix< T > | T12 |
| Q12 (-Q22)^-1 Q21, the correction term. | |
Definition at line 136 of file dtmc_solve.h.
| Matrix<T> line::mc::StochCompResult< T >::Q11 |
the four blocks, as MATLAB returns them
Definition at line 138 of file dtmc_solve.h.
Referenced by line::mc::ctmc_stochcomp(), and line::lang::processes::stoch_comp_full().
| Matrix<T> line::mc::StochCompResult< T >::Q12 |
Definition at line 139 of file dtmc_solve.h.
Referenced by line::ctmc::ctmc_eliminate_vanishing(), line::mc::ctmc_stochcomp(), and line::lang::processes::stoch_comp_full().
| Matrix<T> line::mc::StochCompResult< T >::Q21 |
Definition at line 140 of file dtmc_solve.h.
Referenced by line::mc::ctmc_stochcomp(), and line::lang::processes::stoch_comp_full().
| Matrix<T> line::mc::StochCompResult< T >::Q22 |
Definition at line 141 of file dtmc_solve.h.
Referenced by line::ctmc::ctmc_eliminate_vanishing(), line::mc::ctmc_stochcomp(), and line::lang::processes::stoch_comp_full().
| Matrix<T> line::mc::StochCompResult< T >::S |
stochastic complement on the selected states
Definition at line 137 of file dtmc_solve.h.
Referenced by line::ctmc::ctmc_eliminate_vanishing(), line::mc::ctmc_stochcomp(), and line::lang::processes::stoch_comp_full().
| Matrix<T> line::mc::StochCompResult< T >::T12 |
Q12 (-Q22)^-1 Q21, the correction term.
Definition at line 142 of file dtmc_solve.h.
Referenced by line::mc::ctmc_stochcomp(), and line::lang::processes::stoch_comp_full().