LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::Mamap2mCoefficients< T > Struct Template Reference

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)

Detailed Description

template<class T>
struct line::mam::Mamap2mCoefficients< T >

The three coefficient tables of one canonical form.

Definition at line 51 of file mamap2m_coefficients.h.

Member Data Documentation

◆ G

template<class T>
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().

◆ U

template<class T>
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().

◆ Y

template<class T>
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().


The documentation for this struct was generated from the following file: