![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Shared return type and arithmetic helpers for the templated qsys port. More...
Go to the source code of this file.
Classes | |
| struct | line::qsys::QsysResult< T > |
| Return value of the qsys family, mirroring MATLAB's [W,rhohat] and the JAR's Ret.qsys. More... | |
Namespaces | |
| namespace | line |
| namespace | line::qsys |
Shared return type and arithmetic helpers for the templated qsys port.
The MATLAB closed-form queueing-system functions in matlab/src/api/qsys/ almost all return the pair [W,rhohat], mirrored in the JAR by Ret.qsys. This header carries that pair plus the handful of ADL wrappers the family needs; each ported function lives in its own header named after the MATLAB file, as required by the port convention.
Definition in file qsys_types.h.