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

Return value of pfqn_cftp, mirroring [Q, X, T]. More...

#include <line/api/pfqn/pfqn_cftp.h>

Collaboration diagram for line::pfqn::CftpResult< T >:

Public Attributes

std::vector< T > Q
 (M) empirical mean queue length
Matrix< int > X
 (nsamples x M) sampled states, rows sum to K
std::vector< long > horizon
 (nsamples) coalescence horizon or step count

Detailed Description

template<class T>
struct line::pfqn::CftpResult< T >

Return value of pfqn_cftp, mirroring [Q, X, T].

Definition at line 77 of file pfqn_cftp.h.

Member Data Documentation

◆ horizon

template<class T>
std::vector<long> line::pfqn::CftpResult< T >::horizon

(nsamples) coalescence horizon or step count

Definition at line 80 of file pfqn_cftp.h.

Referenced by line::pfqn::pfqn_cftp(), and line::ctmc::solver_ctmc_cftp().

◆ Q

template<class T>
std::vector<T> line::pfqn::CftpResult< T >::Q

(M) empirical mean queue length

Definition at line 78 of file pfqn_cftp.h.

Referenced by line::pfqn::pfqn_cftp(), and line::ctmc::solver_ctmc_cftp().

◆ X

template<class T>
Matrix<int> line::pfqn::CftpResult< T >::X

(nsamples x M) sampled states, rows sum to K

Definition at line 79 of file pfqn_cftp.h.

Referenced by line::pfqn::pfqn_cftp(), and line::ctmc::solver_ctmc_cftp().


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