LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::SjnProfile Struct Reference

The conditional waiting time profile at one SJN station, the reference's WX. More...

#include <line/api/pfqn/pfqn_sjn.h>

Collaboration diagram for line::pfqn::SjnProfile:

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

Detailed Description

The conditional waiting time profile at one SJN station, the reference's WX.

Definition at line 90 of file pfqn_sjn.h.

Member Data Documentation

◆ station

std::size_t line::pfqn::SjnProfile::station = 0

1-based row index into L

Definition at line 91 of file pfqn_sjn.h.

◆ tail

Matrix<double> line::pfqn::SjnProfile::tail

(R x 3), the tail parameters a, b, c

Definition at line 94 of file pfqn_sjn.h.

◆ W

Matrix<double> line::pfqn::SjnProfile::W

(ngrid x R)

Definition at line 93 of file pfqn_sjn.h.

◆ x

std::vector<double> line::pfqn::SjnProfile::x

the grid

Definition at line 92 of file pfqn_sjn.h.


The documentation for this struct was generated from the following file: