![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Outcome of lstsq: the solution and whether the system was rank deficient. More...
#include <line/util/lstsq.h>
Public Attributes | |
| std::vector< T > | x |
| std::size_t | rank |
| bool | rankdef |
Outcome of lstsq: the solution and whether the system was rank deficient.
| std::size_t line::LstsqResult< T >::rank |
Definition at line 60 of file lstsq.h.
Referenced by line::lstsq().
| bool line::LstsqResult< T >::rankdef |
Definition at line 61 of file lstsq.h.
Referenced by line::lstsq(), and line::pfqn::pfqn_procomom().
| std::vector<T> line::LstsqResult< T >::x |
Definition at line 59 of file lstsq.h.
Referenced by line::fj::fj_boundary_solve(), line::lstsq(), line::pfqn::pfqn_procomom(), and line::spn::spn_pf().