![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
constructSRK.m: the extended generator and the busy/idle projectors. More...
#include <line/api/fj/fj_codes_matrices.h>
Public Attributes | |
| Matrix< double > | Se |
| busy and not-busy phases together | |
| Matrix< double > | Sestar |
| the busy-to-not-busy block of Se, in place | |
| Matrix< double > | R0 |
| not-busy to busy, on an arrival | |
| Matrix< double > | Ke |
| newdim x (newdim + dim_notbusy), the busy rows | |
| Matrix< double > | Kc |
| (newdim + dim_notbusy) x newdim, the busy columns | |
constructSRK.m: the extended generator and the busy/idle projectors.
Definition at line 81 of file fj_codes_matrices.h.
| Matrix<double> line::fj::FjCodesSRK::Kc |
(newdim + dim_notbusy) x newdim, the busy columns
Definition at line 86 of file fj_codes_matrices.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().
| Matrix<double> line::fj::FjCodesSRK::Ke |
newdim x (newdim + dim_notbusy), the busy rows
Definition at line 85 of file fj_codes_matrices.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().
| Matrix<double> line::fj::FjCodesSRK::R0 |
not-busy to busy, on an arrival
Definition at line 84 of file fj_codes_matrices.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().
| Matrix<double> line::fj::FjCodesSRK::Se |
busy and not-busy phases together
Definition at line 82 of file fj_codes_matrices.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().
| Matrix<double> line::fj::FjCodesSRK::Sestar |
the busy-to-not-busy block of Se, in place
Definition at line 83 of file fj_codes_matrices.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().