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

[R, Q, X, U] of fj_amva. More...

#include <line/api/fj/fj_amva.h>

Collaboration diagram for line::fj::FJAmvaResult< T >:

Public Attributes

std::vector< T > R
std::vector< T > Q
X
std::vector< T > U

Detailed Description

template<class T>
struct line::fj::FJAmvaResult< T >

[R, Q, X, U] of fj_amva.

Definition at line 38 of file fj_amva.h.

Member Data Documentation

◆ Q

template<class T>
std::vector<T> line::fj::FJAmvaResult< T >::Q

Definition at line 40 of file fj_amva.h.

Referenced by line::fj::fj_amva().

◆ R

template<class T>
std::vector<T> line::fj::FJAmvaResult< T >::R

Definition at line 39 of file fj_amva.h.

Referenced by line::fj::fj_amva().

◆ U

template<class T>
std::vector<T> line::fj::FJAmvaResult< T >::U

Definition at line 42 of file fj_amva.h.

Referenced by line::fj::fj_amva().

◆ X

template<class T>
T line::fj::FJAmvaResult< T >::X

Definition at line 41 of file fj_amva.h.

Referenced by line::fj::fj_amva().


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