![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What getProbState returns: the probability and the two determinants behind it. More...
#include <line/lang/processes/markov_chain.h>
Public Attributes | |
| T | pi_i |
| probability of the state | |
| T | num |
| determinant of the numerator matrix | |
| T | den |
| determinant of the denominator matrix | |
What getProbState returns: the probability and the two determinants behind it.
Definition at line 303 of file markov_chain.h.
| T line::lang::processes::ProbStateResult< T >::den |
determinant of the denominator matrix
Definition at line 306 of file markov_chain.h.
Referenced by line::lang::processes::get_prob_state().
| T line::lang::processes::ProbStateResult< T >::num |
determinant of the numerator matrix
Definition at line 305 of file markov_chain.h.
Referenced by line::lang::processes::get_prob_state().
| T line::lang::processes::ProbStateResult< T >::pi_i |
probability of the state
Definition at line 304 of file markov_chain.h.
Referenced by line::lang::processes::get_prob_state().