![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#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) | |
Definition at line 47 of file pfqn_sens_ldmx_ec.h.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().