![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The conditional waiting time profile at one SJN station, the reference's WX. More...
#include <line/api/pfqn/pfqn_sjn.h>
Public Attributes | |
| std::size_t | station = 0 |
| 1-based row index into L | |
| std::vector< double > | x |
| the grid | |
| Matrix< double > | W |
| (ngrid x R) | |
| Matrix< double > | tail |
| (R x 3), the tail parameters a, b, c | |
The conditional waiting time profile at one SJN station, the reference's WX.
Definition at line 90 of file pfqn_sjn.h.
| std::size_t line::pfqn::SjnProfile::station = 0 |
1-based row index into L
Definition at line 91 of file pfqn_sjn.h.
| Matrix<double> line::pfqn::SjnProfile::tail |
(R x 3), the tail parameters a, b, c
Definition at line 94 of file pfqn_sjn.h.
| Matrix<double> line::pfqn::SjnProfile::W |
(ngrid x R)
Definition at line 93 of file pfqn_sjn.h.
| std::vector<double> line::pfqn::SjnProfile::x |
the grid
Definition at line 92 of file pfqn_sjn.h.