![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The six measures, on the element index space, with a defined mask each. More...
#include <line/solvers/wrappers/lqns/solver_lqns.h>
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 |
The six measures, on the element index space, with a defined mask each.
Definition at line 121 of file solver_lqns.h.
| 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().
| 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().
| std::vector<bool> line::lqns::LqnsSolution< T >::defined_Q |
Definition at line 123 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<bool> line::lqns::LqnsSolution< T >::defined_R |
Definition at line 123 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<bool> line::lqns::LqnsSolution< T >::defined_T |
Definition at line 123 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<bool> line::lqns::LqnsSolution< T >::defined_U |
Definition at line 123 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| 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().
| int line::lqns::LqnsSolution< T >::iterations = 0 |
Definition at line 124 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<T> line::lqns::LqnsSolution< T >::QN |
Definition at line 122 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<T> line::lqns::LqnsSolution< T >::RN |
Definition at line 122 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<T> line::lqns::LqnsSolution< T >::TN |
Definition at line 122 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| std::vector<T> line::lqns::LqnsSolution< T >::UN |
Definition at line 122 of file solver_lqns.h.
Referenced by line::lqns::SolverLQNS< T >::get_ensemble_avg(), and line::qns::solver_qns_run_analyzer().
| 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().