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

What one transient CTMC solve produces. More...

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

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

Public Attributes

std::vector< T > t
 the time grid the solver chose
Matrix< T > pit
 (ntimes x nstates) occupancy
std::vector< std::vector< std::vector< T > > > QNt
std::vector< std::vector< std::vector< T > > > UNt
std::vector< std::vector< std::vector< T > > > TNt
 [station][class][time]
CtmcSolution< T > chain
 the generator and its state space

Detailed Description

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

What one transient CTMC solve produces.

Definition at line 106 of file solver_ctmc_transient.h.

Member Data Documentation

◆ chain

template<class T>
CtmcSolution<T> line::ctmc::CtmcTransient< T >::chain

the generator and its state space

Definition at line 110 of file solver_ctmc_transient.h.

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

◆ pit

template<class T>
Matrix<T> line::ctmc::CtmcTransient< T >::pit

(ntimes x nstates) occupancy

Definition at line 108 of file solver_ctmc_transient.h.

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

◆ QNt

template<class T>
std::vector<std::vector<std::vector<T> > > line::ctmc::CtmcTransient< T >::QNt

Definition at line 109 of file solver_ctmc_transient.h.

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

◆ t

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

the time grid the solver chose

Definition at line 107 of file solver_ctmc_transient.h.

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

◆ TNt

template<class T>
std::vector<std::vector<std::vector<T> > > line::ctmc::CtmcTransient< T >::TNt

[station][class][time]

Definition at line 109 of file solver_ctmc_transient.h.

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

◆ UNt

template<class T>
std::vector<std::vector<std::vector<T> > > line::ctmc::CtmcTransient< T >::UNt

Definition at line 109 of file solver_ctmc_transient.h.

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


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