![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
getTranAvg: the transient mean queue length per (station, class). More...
#include <line/solvers/avg_table.h>
Public Attributes | |
| std::vector< double > | t |
| the time axis | |
| std::vector< std::vector< double > > | QNt |
| [step][station*class] | |
| std::vector< std::string > | label |
| the (station, class) of each column | |
getTranAvg: the transient mean queue length per (station, class).
Definition at line 72 of file avg_table.h.
| std::vector<std::string> line::TranAvg::label |
the (station, class) of each column
Definition at line 75 of file avg_table.h.
Referenced by line::SolverFLD::tran_avg().
| std::vector<std::vector<double> > line::TranAvg::QNt |
[step][station*class]
Definition at line 74 of file avg_table.h.
Referenced by line::SolverFLD::tran_avg().
| std::vector<double> line::TranAvg::t |