LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
qsys_types.h File Reference

Shared return type and arithmetic helpers for the templated qsys port. More...

#include <cmath>
#include <string>
#include "line/num/number.h"
#include "line/util/error.h"
Include dependency graph for qsys_types.h:

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

Detailed Description

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.