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

Constants of the state independent cycle, in one common scale. More...

#include <line/api/dpfqn/dpfqn_nc.h>

Collaboration diagram for line::dpfqn::DtNcResult< T >:

Public Member Functions

throughput () const
 Throughput per slot, equal at every node of the cycle.

Public Attributes

double lG
 true log of G(N,J), in double whatever T is
G
 G(N,J), in the common scale.
std::vector< T > G1
 G1[k] = G_1(k,J), k = 0..N, same scale.

Detailed Description

template<class T>
struct line::dpfqn::DtNcResult< T >

Constants of the state independent cycle, in one common scale.

Definition at line 76 of file dpfqn_nc.h.

Member Function Documentation

◆ throughput()

template<class T>
T line::dpfqn::DtNcResult< T >::throughput ( ) const
inline

Throughput per slot, equal at every node of the cycle.

Definition at line 82 of file dpfqn_nc.h.

References G, and G1.

Member Data Documentation

◆ G

template<class T>
T line::dpfqn::DtNcResult< T >::G

G(N,J), in the common scale.

Definition at line 78 of file dpfqn_nc.h.

Referenced by line::dpfqn::dpfqn_nc(), and throughput().

◆ G1

template<class T>
std::vector<T> line::dpfqn::DtNcResult< T >::G1

G1[k] = G_1(k,J), k = 0..N, same scale.

Definition at line 79 of file dpfqn_nc.h.

Referenced by line::dpfqn::dpfqn_nc(), and throughput().

◆ lG

template<class T>
double line::dpfqn::DtNcResult< T >::lG

true log of G(N,J), in double whatever T is

Definition at line 77 of file dpfqn_nc.h.

Referenced by line::dpfqn::dpfqn_nc().


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