LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::sn::QrfAlpha Struct Reference

The scaling, the utilization normalizer, and why they may not exist. More...

#include <line/api/sn/sn_to_qrf_alpha.h>

Collaboration diagram for line::sn::QrfAlpha:

Public Attributes

std::vector< std::vector< double > > alpha
 (M x N) scaling at population n = 1..N
std::string msg
 empty on success
bool ld = false
 alpha is not identically 1
std::vector< double > peak
 (M) utilization normalizer; inf at a delay

Detailed Description

The scaling, the utilization normalizer, and why they may not exist.

Definition at line 65 of file sn_to_qrf_alpha.h.

Member Data Documentation

◆ alpha

std::vector<std::vector<double> > line::sn::QrfAlpha::alpha

(M x N) scaling at population n = 1..N

Definition at line 66 of file sn_to_qrf_alpha.h.

Referenced by line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().

◆ ld

bool line::sn::QrfAlpha::ld = false

alpha is not identically 1

Definition at line 68 of file sn_to_qrf_alpha.h.

Referenced by line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().

◆ msg

std::string line::sn::QrfAlpha::msg

◆ peak

std::vector<double> line::sn::QrfAlpha::peak

(M) utilization normalizer; inf at a delay

Definition at line 69 of file sn_to_qrf_alpha.h.

Referenced by line::sn::sn_to_qrf_alpha(), and line::ba::solver_ba_qrf_analyzer().


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