![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What aggregate returns: the approximate law and the two NCD indices. More...
#include <line/lang/processes/markov_chain.h>
Public Attributes | |
| std::vector< T > | p |
| approximate stationary vector, ORIGINAL state ordering | |
| T | eps |
| nearly-complete-decomposability index of the partition | |
| T | epsMAX |
| the largest index for which the approximation is meant to hold | |
What aggregate returns: the approximate law and the two NCD indices.
Definition at line 503 of file markov_chain.h.
| T line::lang::processes::AggregateResult< T >::eps |
nearly-complete-decomposability index of the partition
Definition at line 505 of file markov_chain.h.
Referenced by line::lang::processes::aggregate(), and line::lang::processes::aggregate_multi().
| T line::lang::processes::AggregateResult< T >::epsMAX |
the largest index for which the approximation is meant to hold
Definition at line 506 of file markov_chain.h.
Referenced by line::lang::processes::aggregate(), and line::lang::processes::aggregate_multi().
| std::vector<T> line::lang::processes::AggregateResult< T >::p |
approximate stationary vector, ORIGINAL state ordering
Definition at line 504 of file markov_chain.h.
Referenced by line::lang::processes::aggregate(), and line::lang::processes::aggregate_multi().