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

What one cftp solve produces beside the means. More...

#include <line/solvers/ctmc/solver_ctmc_cftp.h>

Collaboration diagram for line::ctmc::CtmcCftpSolution< T >:

Public Attributes

CtmcAvg< T > avg
Matrix< int > states
 (samples x stations) the sampled states, one draw per row.
std::vector< long > horizon
 (samples) per-draw coalescence horizon, or the mixing steps of M_A.
std::vector< std::vector< int > > distinct_states
 The distinct sampled states, aligned with paggr.
std::vector< T > paggr
 Empirical probability of each distinct sampled state.
std::string actualmethod = "cftp"

Detailed Description

template<class T>
struct line::ctmc::CtmcCftpSolution< T >

What one cftp solve produces beside the means.

Definition at line 78 of file solver_ctmc_cftp.h.

Member Data Documentation

◆ actualmethod

template<class T>
std::string line::ctmc::CtmcCftpSolution< T >::actualmethod = "cftp"

◆ avg

template<class T>
CtmcAvg<T> line::ctmc::CtmcCftpSolution< T >::avg

◆ distinct_states

template<class T>
std::vector<std::vector<int> > line::ctmc::CtmcCftpSolution< T >::distinct_states

The distinct sampled states, aligned with paggr.

Definition at line 85 of file solver_ctmc_cftp.h.

Referenced by line::ctmc::solver_ctmc_cftp().

◆ horizon

template<class T>
std::vector<long> line::ctmc::CtmcCftpSolution< T >::horizon

(samples) per-draw coalescence horizon, or the mixing steps of M_A.

Definition at line 83 of file solver_ctmc_cftp.h.

Referenced by line::ctmc::solver_ctmc_cftp().

◆ paggr

template<class T>
std::vector<T> line::ctmc::CtmcCftpSolution< T >::paggr

Empirical probability of each distinct sampled state.

Definition at line 87 of file solver_ctmc_cftp.h.

Referenced by line::ctmc::solver_ctmc_cftp().

◆ states

template<class T>
Matrix<int> line::ctmc::CtmcCftpSolution< T >::states

(samples x stations) the sampled states, one draw per row.

Definition at line 81 of file solver_ctmc_cftp.h.

Referenced by line::ctmc::solver_ctmc_cftp().


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