![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of the network solve. More...
#include <line/api/qsys/qsys_gtmtst_fluid.h>
Public Attributes | |
| std::vector< T > | times |
| the time grid | |
| std::vector< QsysTvFluidResult< T > > | queues |
| the per-queue trajectories | |
| std::vector< std::vector< T > > | arrivalRates |
| converged total rates, one row per queue | |
| std::size_t | iterations = 0 |
| iterations of the traffic-rate fixed point | |
| T | residual |
| sup-norm change at the last iteration | |
Result of the network solve.
Definition at line 308 of file qsys_gtmtst_fluid.h.
| std::vector<std::vector<T> > line::qsys::NpfqnTvFluidResult< T >::arrivalRates |
converged total rates, one row per queue
Definition at line 311 of file qsys_gtmtst_fluid.h.
Referenced by line::qsys::npfqn_gtmtst_fluid().
| std::size_t line::qsys::NpfqnTvFluidResult< T >::iterations = 0 |
iterations of the traffic-rate fixed point
Definition at line 312 of file qsys_gtmtst_fluid.h.
Referenced by line::qsys::npfqn_gtmtst_fluid().
| std::vector<QsysTvFluidResult<T> > line::qsys::NpfqnTvFluidResult< T >::queues |
the per-queue trajectories
Definition at line 310 of file qsys_gtmtst_fluid.h.
Referenced by line::qsys::npfqn_gtmtst_fluid().
| T line::qsys::NpfqnTvFluidResult< T >::residual |
sup-norm change at the last iteration
Definition at line 313 of file qsys_gtmtst_fluid.h.
Referenced by line::qsys::npfqn_gtmtst_fluid().
| std::vector<T> line::qsys::NpfqnTvFluidResult< T >::times |
the time grid
Definition at line 309 of file qsys_gtmtst_fluid.h.
Referenced by line::qsys::npfqn_gtmtst_fluid().