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

#include <line/api/pfqn/pfqn_ldmx_ec.h>

Public Attributes

Matrix< T > EC
 (M x Nt) effective capacity, EC(i,n) for n = 1..Nt
Matrix< T > E
 (M x Nt+1) E-function, column 1+n
Matrix< T > Eprime
 (M x Nt+1) Eprime-function, column 1+n
std::vector< T > Lo
 (M) open load per station

Detailed Description

template<class T>
struct line::pfqn::LdmxEcResult< T >

Definition at line 54 of file pfqn_ldmx_ec.h.

Member Data Documentation

◆ E

template<class T>
Matrix<T> line::pfqn::LdmxEcResult< T >::E

(M x Nt+1) E-function, column 1+n

Definition at line 56 of file pfqn_ldmx_ec.h.

Referenced by line::pfqn::pfqn_ldmx_ec(), and line::pfqn::pfqn_ncldmx().

◆ EC

template<class T>
Matrix<T> line::pfqn::LdmxEcResult< T >::EC

(M x Nt) effective capacity, EC(i,n) for n = 1..Nt

Definition at line 55 of file pfqn_ldmx_ec.h.

Referenced by line::pfqn::pfqn_ldmx_ec(), and line::pfqn::pfqn_ncldmx().

◆ Eprime

template<class T>
Matrix<T> line::pfqn::LdmxEcResult< T >::Eprime

(M x Nt+1) Eprime-function, column 1+n

Definition at line 57 of file pfqn_ldmx_ec.h.

Referenced by line::pfqn::pfqn_ldmx_ec().

◆ Lo

template<class T>
std::vector<T> line::pfqn::LdmxEcResult< T >::Lo

(M) open load per station

Definition at line 58 of file pfqn_ldmx_ec.h.

Referenced by line::pfqn::pfqn_ldmx_ec().


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