![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The three coefficient tables of one canonical form. More...
#include <line/api/mam/mamap2m_coefficients.h>
Public Attributes | |
| std::vector< T > | G |
| 15 entries for form 1, 14 for form 2 (there called E) | |
| std::vector< T > | U |
| 12 entries (V for form 2) | |
| std::vector< T > | Y |
| 3 determinants (Z for form 2) | |
The three coefficient tables of one canonical form.
Definition at line 51 of file mamap2m_coefficients.h.
| std::vector<T> line::mam::Mamap2mCoefficients< T >::G |
15 entries for form 1, 14 for form 2 (there called E)
Definition at line 52 of file mamap2m_coefficients.h.
Referenced by line::mam::mamap2m_can1_coefficients(), and line::mam::mamap2m_can2_coefficients().
| std::vector<T> line::mam::Mamap2mCoefficients< T >::U |
12 entries (V for form 2)
Definition at line 53 of file mamap2m_coefficients.h.
Referenced by line::mam::mamap2m_can1_coefficients(), and line::mam::mamap2m_can2_coefficients().
| std::vector<T> line::mam::Mamap2mCoefficients< T >::Y |
3 determinants (Z for form 2)
Definition at line 54 of file mamap2m_coefficients.h.
Referenced by line::mam::mamap2m_can1_coefficients(), and line::mam::mamap2m_can2_coefficients().