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

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

Public Attributes

std::vector< T > pi
 stationary distribution, length n
Matrix< T > infgen
 Q for a CTMC, the uniformized P-I for a DTMC.
Matrix< T > state_space
 the chain's space, or the state indices when it carries none
double runtime = 0.0
 seconds

Detailed Description

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

Definition at line 60 of file solver_ctmc_chain.h.

Member Data Documentation

◆ infgen

template<class T>
Matrix<T> line::ctmc::CtmcChainSolution< T >::infgen

Q for a CTMC, the uniformized P-I for a DTMC.

Definition at line 62 of file solver_ctmc_chain.h.

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

◆ pi

template<class T>
std::vector<T> line::ctmc::CtmcChainSolution< T >::pi

stationary distribution, length n

Definition at line 61 of file solver_ctmc_chain.h.

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

◆ runtime

template<class T>
double line::ctmc::CtmcChainSolution< T >::runtime = 0.0

seconds

Definition at line 64 of file solver_ctmc_chain.h.

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

◆ state_space

template<class T>
Matrix<T> line::ctmc::CtmcChainSolution< T >::state_space

the chain's space, or the state indices when it carries none

Definition at line 63 of file solver_ctmc_chain.h.

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


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