![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Descriptor of an arrival or a service process. More...
#include <line/api/fj/fj_dist2fj.h>
Public Attributes | |
| T | lambda = num_traits<T>::from_int(0) |
| Matrix< T > | lambda0 |
| Matrix< T > | lambda1 |
| std::size_t | ma = 0 |
| Matrix< T > | Ia |
| T | mu = num_traits<T>::from_int(0) |
| Matrix< T > | ST |
| std::vector< T > | St |
| std::vector< T > | tau_st |
| int | choice = 0 |
Descriptor of an arrival or a service process.
Only the fields of the requested kind are filled; choice is the algorithm's own distribution code (1 = Exp, 2 = HE2, 3 = ER2, 4 = MAP2), MATLAB's ArrChoice or SerChoice.
Definition at line 76 of file fj_dist2fj.h.
| int line::fj::FjDist< T >::choice = 0 |
Definition at line 88 of file fj_dist2fj.h.
Referenced by line::fj::fj_compute_pi(), and line::fj::fj_dist2fj().
| Matrix<T> line::fj::FjDist< T >::Ia |
Definition at line 82 of file fj_dist2fj.h.
Referenced by line::fj::fj_dist2fj(), and line::fj::fj_return_rt2().
| T line::fj::FjDist< T >::lambda = num_traits<T>::from_int(0) |
Definition at line 78 of file fj_dist2fj.h.
Referenced by line::fj::fj_dist2fj(), line::fj::fj_main(), and line::mam::mam_fj_extract_params().
| Matrix<T> line::fj::FjDist< T >::lambda0 |
Definition at line 79 of file fj_dist2fj.h.
Referenced by line::fj::fj_compute_pi(), line::fj::fj_compute_t(), line::fj::fj_dist2fj(), and line::fj::fj_return_rt1().
| Matrix<T> line::fj::FjDist< T >::lambda1 |
Definition at line 80 of file fj_dist2fj.h.
Referenced by line::fj::fj_compute_pi(), line::fj::fj_compute_t(), line::fj::fj_dist2fj(), and line::fj::fj_return_rt1().
| std::size_t line::fj::FjDist< T >::ma = 0 |
Definition at line 81 of file fj_dist2fj.h.
Referenced by line::fj::fj_dist2fj(), and line::fj::fj_return_rt2().
| T line::fj::FjDist< T >::mu = num_traits<T>::from_int(0) |
Definition at line 84 of file fj_dist2fj.h.
Referenced by line::fj::fj_dist2fj(), line::fj::fj_main(), and line::mam::mam_fj_extract_params().
| Matrix<T> line::fj::FjDist< T >::ST |
Definition at line 85 of file fj_dist2fj.h.
Referenced by line::fj::fj_build_service_h(), line::fj::fj_construct_not_all_busy(), line::fj::fj_construct_srk(), line::fj::fj_dist2fj(), line::fj::fj_generate_service(), line::fj::fj_restart_matrix(), and line::fj::fj_return_rt1().
| std::vector<T> line::fj::FjDist< T >::St |
Definition at line 86 of file fj_dist2fj.h.
Referenced by line::fj::fj_busy_to_idle(), line::fj::fj_construct_not_all_busy(), line::fj::fj_construct_srk(), line::fj::fj_dist2fj(), and line::fj::fj_generate_service().
| std::vector<T> line::fj::FjDist< T >::tau_st |
Definition at line 87 of file fj_dist2fj.h.
Referenced by line::fj::fj_build_sa(), line::fj::fj_build_service_h(), line::fj::fj_busy_to_idle(), line::fj::fj_construct_not_all_busy(), line::fj::fj_construct_srk(), line::fj::fj_dist2fj(), line::fj::fj_generate_service(), line::fj::fj_restart_matrix(), and line::fj::fj_return_rt1().