![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One layer's block of the layered transient. More...
#include <line/solvers/ln/solver_ln.h>
Public Attributes | |
| std::vector< double > | t |
| the output grid, shared by every series below | |
| std::vector< std::vector< std::vector< double > > > | QN |
| [station][class][point] | |
| std::vector< std::vector< std::vector< double > > > | UN |
| std::vector< std::vector< std::vector< double > > > | TN |
One layer's block of the layered transient.
The reference assembles the layers into one BLOCK-DIAGONAL cell array whose off-diagonal blocks are empty, so the blocks themselves carry the whole answer; keeping them apart also keeps each layer's own time grid, which the block-diagonal form has nowhere to put.
Definition at line 379 of file solver_ln.h.
| std::vector<std::vector<std::vector<double> > > line::ln::LnTranLayer::QN |
[station][class][point]
Definition at line 382 of file solver_ln.h.
| std::vector<double> line::ln::LnTranLayer::t |
the output grid, shared by every series below
Definition at line 380 of file solver_ln.h.
| std::vector<std::vector<std::vector<double> > > line::ln::LnTranLayer::TN |
Definition at line 382 of file solver_ln.h.
| std::vector<std::vector<std::vector<double> > > line::ln::LnTranLayer::UN |
Definition at line 382 of file solver_ln.h.