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

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

Public Attributes

Matrix< T > pi_t
 one row per time point
std::vector< T > t
 the time points; integer STEPS for a DTMC

Detailed Description

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

Definition at line 135 of file solver_ctmc_chain.h.

Member Data Documentation

◆ pi_t

template<class T>
Matrix<T> line::ctmc::CtmcChainTransientSolution< T >::pi_t

one row per time point

Definition at line 136 of file solver_ctmc_chain.h.

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

◆ t

template<class T>
std::vector<T> line::ctmc::CtmcChainTransientSolution< T >::t

the time points; integer STEPS for a DTMC

Definition at line 137 of file solver_ctmc_chain.h.

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


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