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

What returnRT2.m produces, plus the waiting-time law it discards. More...

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

Collaboration diagram for line::fj::FjCodesRT2:

Public Attributes

std::vector< double > RTp
 response-time percentiles
std::vector< double > wait_alpha
 the waiting-time law, defective
Matrix< double > wait_Smat
double prob_wait = 0.0
double residual = 0.0
 the T-matrix residual of computeT

Detailed Description

What returnRT2.m produces, plus the waiting-time law it discards.

Definition at line 629 of file fj_codes.h.

Member Data Documentation

◆ prob_wait

double line::fj::FjCodesRT2::prob_wait = 0.0

Definition at line 633 of file fj_codes.h.

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

◆ residual

double line::fj::FjCodesRT2::residual = 0.0

the T-matrix residual of computeT

Definition at line 634 of file fj_codes.h.

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

◆ RTp

std::vector<double> line::fj::FjCodesRT2::RTp

response-time percentiles

Definition at line 630 of file fj_codes.h.

Referenced by line::fj::fj_main(), and line::fj::fj_return_rt2().

◆ wait_alpha

std::vector<double> line::fj::FjCodesRT2::wait_alpha

the waiting-time law, defective

Definition at line 631 of file fj_codes.h.

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

◆ wait_Smat

Matrix<double> line::fj::FjCodesRT2::wait_Smat

Definition at line 632 of file fj_codes.h.

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


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