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

#include <line/api/mc/ctmc_takahashi.h>

Collaboration diagram for line::mc::TakahashiResult< T >:

Public Attributes

std::vector< T > p
 estimate after numSteps sweeps
std::vector< T > p_1
 the previous iterate
std::vector< T > pcourt
 the Courtois starting point
Matrix< T > Qperm
 Q reordered by macro-state.
eps
 NCD index, as ctmc_courtois defines it.
epsMAX
 maximum admissible NCD index

Detailed Description

template<class T>
struct line::mc::TakahashiResult< T >

Definition at line 64 of file ctmc_takahashi.h.

Member Data Documentation

◆ eps

template<class T>
T line::mc::TakahashiResult< T >::eps

NCD index, as ctmc_courtois defines it.

Definition at line 69 of file ctmc_takahashi.h.

Referenced by line::lang::processes::aggregate(), line::mc::ctmc_takahashi(), and line::env::env_ctmc_decompose().

◆ epsMAX

template<class T>
T line::mc::TakahashiResult< T >::epsMAX

maximum admissible NCD index

Definition at line 70 of file ctmc_takahashi.h.

Referenced by line::lang::processes::aggregate(), line::mc::ctmc_takahashi(), and line::env::env_ctmc_decompose().

◆ p

template<class T>
std::vector<T> line::mc::TakahashiResult< T >::p

estimate after numSteps sweeps

Definition at line 65 of file ctmc_takahashi.h.

Referenced by line::lang::processes::aggregate(), line::mc::ctmc_takahashi(), and line::env::env_ctmc_decompose().

◆ p_1

template<class T>
std::vector<T> line::mc::TakahashiResult< T >::p_1

the previous iterate

Definition at line 66 of file ctmc_takahashi.h.

Referenced by line::mc::ctmc_takahashi().

◆ pcourt

template<class T>
std::vector<T> line::mc::TakahashiResult< T >::pcourt

the Courtois starting point

Definition at line 67 of file ctmc_takahashi.h.

Referenced by line::mc::ctmc_takahashi().

◆ Qperm

template<class T>
Matrix<T> line::mc::TakahashiResult< T >::Qperm

Q reordered by macro-state.

Definition at line 68 of file ctmc_takahashi.h.

Referenced by line::mc::ctmc_takahashi().


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