![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
build_SA.m: the level-constant generator and the head-of-line jump. More...
#include <line/api/fj/fj_codes_matrices.h>
Public Attributes | |
| Matrix< double > | S |
| no job completes, ((C+1) m^2) square | |
| Matrix< double > | A_jump |
| a job completes and the next enters service | |
build_SA.m: the level-constant generator and the head-of-line jump.
Definition at line 68 of file fj_codes_matrices.h.
| Matrix<double> line::fj::FjCodesSA::A_jump |
a job completes and the next enters service
Definition at line 70 of file fj_codes_matrices.h.
Referenced by line::fj::fj_build_sa(), and line::fj::fj_compute_t().
| Matrix<double> line::fj::FjCodesSA::S |
no job completes, ((C+1) m^2) square
Definition at line 69 of file fj_codes_matrices.h.
Referenced by line::fj::fj_build_sa(), and line::fj::fj_compute_t().