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

The six measures, on the element index space, with a defined mask each. More...

#include <line/solvers/wrappers/lqns/solver_lqns.h>

Collaboration diagram for line::lqns::LqnsSolution< T >:

Public Attributes

std::vector< T > QN
std::vector< T > UN
std::vector< T > RN
std::vector< T > TN
std::vector< T > AN
std::vector< T > WN
std::vector< bool > defined_Q
std::vector< bool > defined_U
std::vector< bool > defined_R
std::vector< bool > defined_T
std::vector< bool > defined_A
std::vector< bool > defined_W
int iterations = 0

Detailed Description

template<class T>
struct line::lqns::LqnsSolution< T >

The six measures, on the element index space, with a defined mask each.

Definition at line 121 of file solver_lqns.h.

Member Data Documentation

◆ AN

template<class T>
std::vector<T> line::lqns::LqnsSolution< T >::AN

Definition at line 122 of file solver_lqns.h.

Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg().

◆ defined_A

template<class T>
std::vector<bool> line::lqns::LqnsSolution< T >::defined_A

Definition at line 123 of file solver_lqns.h.

Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg().

◆ defined_Q

template<class T>
std::vector<bool> line::lqns::LqnsSolution< T >::defined_Q

◆ defined_R

template<class T>
std::vector<bool> line::lqns::LqnsSolution< T >::defined_R

◆ defined_T

template<class T>
std::vector<bool> line::lqns::LqnsSolution< T >::defined_T

◆ defined_U

template<class T>
std::vector<bool> line::lqns::LqnsSolution< T >::defined_U

◆ defined_W

template<class T>
std::vector<bool> line::lqns::LqnsSolution< T >::defined_W

Definition at line 123 of file solver_lqns.h.

Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg().

◆ iterations

template<class T>
int line::lqns::LqnsSolution< T >::iterations = 0

◆ QN

template<class T>
std::vector<T> line::lqns::LqnsSolution< T >::QN

◆ RN

template<class T>
std::vector<T> line::lqns::LqnsSolution< T >::RN

◆ TN

template<class T>
std::vector<T> line::lqns::LqnsSolution< T >::TN

◆ UN

template<class T>
std::vector<T> line::lqns::LqnsSolution< T >::UN

◆ WN

template<class T>
std::vector<T> line::lqns::LqnsSolution< T >::WN

Definition at line 122 of file solver_lqns.h.

Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg().


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