![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of qsys_ldps_workload, mirroring the three MATLAB outputs. More...
#include <line/api/qsys/qsys_ldps_workload.h>
Public Attributes | |
| std::vector< T > | F |
| F(j) = P{psi <= t(j)}; F(0) = p(0) when t(0) = 0. | |
| std::vector< T > | t |
| grid at which F is reported | |
| std::vector< T > | p |
| p(h) = P{x = h}, h = 0..N, the number in system | |
Return value of qsys_ldps_workload, mirroring the three MATLAB outputs.
Definition at line 91 of file qsys_ldps_workload.h.
| std::vector<T> line::qsys::LdpsWorkloadResult< T >::F |
F(j) = P{psi <= t(j)}; F(0) = p(0) when t(0) = 0.
Definition at line 92 of file qsys_ldps_workload.h.
Referenced by line::qsys::qsys_ldps_workload().
| std::vector<T> line::qsys::LdpsWorkloadResult< T >::p |
p(h) = P{x = h}, h = 0..N, the number in system
Definition at line 94 of file qsys_ldps_workload.h.
Referenced by line::qsys::qsys_ldps_workload().
| std::vector<T> line::qsys::LdpsWorkloadResult< T >::t |
grid at which F is reported
Definition at line 93 of file qsys_ldps_workload.h.
Referenced by line::qsys::qsys_ldps_workload().