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

Return value of pfqn_kt, mirroring [G, lG, X, Q]. More...

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

Collaboration diagram for line::pfqn::KtResult< T >:

Public Attributes

G
lG
std::vector< T > X
 AMVA throughput used to seed the saddle point.
Matrix< T > Q
 AMVA queue lengths.

Detailed Description

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

Return value of pfqn_kt, mirroring [G, lG, X, Q].

Definition at line 56 of file pfqn_kt.h.

Member Data Documentation

◆ G

template<class T>
T line::pfqn::KtResult< T >::G

Definition at line 57 of file pfqn_kt.h.

Referenced by line::pfqn::pfqn_bkt(), line::pfqn::pfqn_kt(), and line::pfqn::pfqn_lekt().

◆ lG

template<class T>
T line::pfqn::KtResult< T >::lG

Definition at line 58 of file pfqn_kt.h.

Referenced by line::pfqn::pfqn_bkt(), line::pfqn::pfqn_kt(), and line::pfqn::pfqn_lekt().

◆ Q

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

AMVA queue lengths.

Definition at line 60 of file pfqn_kt.h.

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

◆ X

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

AMVA throughput used to seed the saddle point.

Definition at line 59 of file pfqn_kt.h.

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


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