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

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

Public Attributes

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

Detailed Description

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

Definition at line 47 of file pfqn_sens_ldmx_ec.h.

Member Data Documentation

◆ dE

template<class T>
Matrix<T> line::pfqn::SensLdmxEcResult< T >::dE

(M x Nt+1) dE(i,n)/dLo(i)

Definition at line 53 of file pfqn_sens_ldmx_ec.h.

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

◆ dEC

template<class T>
Matrix<T> line::pfqn::SensLdmxEcResult< T >::dEC

(M x Nt) dEC(i,n)/dLo(i)

Definition at line 52 of file pfqn_sens_ldmx_ec.h.

Referenced by line::pfqn::pfqn_sens_ldmx_ec(), and line::pfqn::pfqn_sens_mvaldmx().

◆ dEprime

template<class T>
Matrix<T> line::pfqn::SensLdmxEcResult< T >::dEprime

(M x Nt+1) dEprime(i,n)/dLo(i)

Definition at line 54 of file pfqn_sens_ldmx_ec.h.

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

◆ E

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

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

Definition at line 49 of file pfqn_sens_ldmx_ec.h.

Referenced by line::pfqn::pfqn_sens_ldmx_ec(), and line::pfqn::pfqn_sens_mvaldmx().

◆ EC

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

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

Definition at line 48 of file pfqn_sens_ldmx_ec.h.

Referenced by line::pfqn::pfqn_sens_ldmx_ec(), and line::pfqn::pfqn_sens_mvaldmx().

◆ Eprime

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

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

Definition at line 50 of file pfqn_sens_ldmx_ec.h.

Referenced by line::pfqn::pfqn_sens_ldmx_ec(), and line::pfqn::pfqn_sens_mvaldmx().

◆ Lo

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

(M) open load per station

Definition at line 51 of file pfqn_sens_ldmx_ec.h.

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


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