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

Return value of pfqn_bklc. More...

#include <line/api/pfqn/pfqn_bk.h>

Public Attributes

std::vector< T > X
Matrix< T > Q
Matrix< T > U
int it

Detailed Description

template<class T>
struct line::pfqn::BkLcResult< T >

Return value of pfqn_bklc.

Definition at line 66 of file pfqn_bk.h.

Member Data Documentation

◆ it

template<class T>
int line::pfqn::BkLcResult< T >::it

Definition at line 70 of file pfqn_bk.h.

Referenced by line::pfqn::pfqn_bklc().

◆ Q

template<class T>
Matrix<T> line::pfqn::BkLcResult< T >::Q

Definition at line 68 of file pfqn_bk.h.

Referenced by line::pfqn::pfqn_bklc(), and line::pfqn::pfqn_nc().

◆ U

template<class T>
Matrix<T> line::pfqn::BkLcResult< T >::U

Definition at line 69 of file pfqn_bk.h.

Referenced by line::pfqn::pfqn_bklc().

◆ X

template<class T>
std::vector<T> line::pfqn::BkLcResult< T >::X

Definition at line 67 of file pfqn_bk.h.

Referenced by line::pfqn::pfqn_bklc(), and line::pfqn::pfqn_nc().


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