![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of pfqn_cftp, mirroring [Q, X, T]. More...
#include <line/api/pfqn/pfqn_cftp.h>
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 | |
Return value of pfqn_cftp, mirroring [Q, X, T].
Definition at line 77 of file pfqn_cftp.h.
| 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().
| 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().
| 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().