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

Mirrors the [XN, QN, UN, RN, TN, it] return list of the MATLAB function. More...

#include <line/api/sum/sum_closing.h>

Public Attributes

std::vector< T > XN
 (R) class throughputs
Matrix< T > QN
 (M x R) queue lengths at the original stations
Matrix< T > UN
 (M x R) utilizations at the original stations
Matrix< T > RN
 (M x R) residence times at the original stations
std::vector< T > TN
 (R) mean response time in the original network
std::size_t it = 0

Detailed Description

template<class T>
struct line::sum::SumClosingResult< T >

Mirrors the [XN, QN, UN, RN, TN, it] return list of the MATLAB function.

Definition at line 52 of file sum_closing.h.

Member Data Documentation

◆ it

template<class T>
std::size_t line::sum::SumClosingResult< T >::it = 0

Definition at line 58 of file sum_closing.h.

Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().

◆ QN

template<class T>
Matrix<T> line::sum::SumClosingResult< T >::QN

(M x R) queue lengths at the original stations

Definition at line 54 of file sum_closing.h.

Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().

◆ RN

template<class T>
Matrix<T> line::sum::SumClosingResult< T >::RN

(M x R) residence times at the original stations

Definition at line 56 of file sum_closing.h.

Referenced by line::sum::sum_closing().

◆ TN

template<class T>
std::vector<T> line::sum::SumClosingResult< T >::TN

(R) mean response time in the original network

Definition at line 57 of file sum_closing.h.

Referenced by line::sum::sum_closing().

◆ UN

template<class T>
Matrix<T> line::sum::SumClosingResult< T >::UN

(M x R) utilizations at the original stations

Definition at line 55 of file sum_closing.h.

Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().

◆ XN

template<class T>
std::vector<T> line::sum::SumClosingResult< T >::XN

(R) class throughputs

Definition at line 53 of file sum_closing.h.

Referenced by line::mva::solver_mva_sum(), and line::sum::sum_closing().


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