![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
build_Service_h.m: the two-subtask phase process of one fork-join job. More...
#include <line/api/fj/fj_codes_matrices.h>
Public Attributes | |
| Matrix< double > | service_phases |
| (m^2) x (2m) count vectors, [long, short] | |
| std::vector< double > | beta |
| kron(tau_st, tau_st), length m^2 | |
| Matrix< double > | S |
| kronsum(ST, ST), (m^2) x (m^2) | |
build_Service_h.m: the two-subtask phase process of one fork-join job.
Definition at line 61 of file fj_codes_matrices.h.
| std::vector<double> line::fj::FjCodesServiceH::beta |
kron(tau_st, tau_st), length m^2
Definition at line 63 of file fj_codes_matrices.h.
Referenced by line::fj::fj_build_sa(), line::fj::fj_build_service_h(), line::fj::fj_busy_to_idle(), line::fj::fj_construct_srk(), and line::fj::fj_generate_service().
| Matrix<double> line::fj::FjCodesServiceH::S |
kronsum(ST, ST), (m^2) x (m^2)
Definition at line 64 of file fj_codes_matrices.h.
Referenced by line::fj::fj_build_sa(), and line::fj::fj_build_service_h().
| Matrix<double> line::fj::FjCodesServiceH::service_phases |
(m^2) x (2m) count vectors, [long, short]
Definition at line 62 of file fj_codes_matrices.h.
Referenced by line::fj::fj_build_sa(), line::fj::fj_build_service_h(), line::fj::fj_busy_to_idle(), and line::fj::fj_construct_srk().