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

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

Detailed Description

template<class T>
struct line::LstsqResult< T >

Outcome of lstsq: the solution and whether the system was rank deficient.

Definition at line 58 of file lstsq.h.

Member Data Documentation

◆ rank

template<class T>
std::size_t line::LstsqResult< T >::rank

Definition at line 60 of file lstsq.h.

Referenced by line::lstsq().

◆ rankdef

template<class T>
bool line::LstsqResult< T >::rankdef

Definition at line 61 of file lstsq.h.

Referenced by line::lstsq(), and line::pfqn::pfqn_procomom().

◆ x

template<class T>
std::vector<T> line::LstsqResult< T >::x

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