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

What aggregate returns: the approximate law and the two NCD indices. More...

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

Collaboration diagram for line::lang::processes::AggregateResult< T >:

Public Attributes

std::vector< T > p
 approximate stationary vector, ORIGINAL state ordering
eps
 nearly-complete-decomposability index of the partition
epsMAX
 the largest index for which the approximation is meant to hold

Detailed Description

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

What aggregate returns: the approximate law and the two NCD indices.

Definition at line 503 of file markov_chain.h.

Member Data Documentation

◆ eps

template<class T>
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().

◆ epsMAX

template<class T>
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().

◆ p

template<class T>
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().


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