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

constructSRK.m: the extended generator and the busy/idle projectors. More...

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

Collaboration diagram for line::fj::FjCodesSRK:

Public Attributes

Matrix< double > Se
 busy and not-busy phases together
Matrix< double > Sestar
 the busy-to-not-busy block of Se, in place
Matrix< double > R0
 not-busy to busy, on an arrival
Matrix< double > Ke
 newdim x (newdim + dim_notbusy), the busy rows
Matrix< double > Kc
 (newdim + dim_notbusy) x newdim, the busy columns

Detailed Description

constructSRK.m: the extended generator and the busy/idle projectors.

Definition at line 81 of file fj_codes_matrices.h.

Member Data Documentation

◆ Kc

Matrix<double> line::fj::FjCodesSRK::Kc

(newdim + dim_notbusy) x newdim, the busy columns

Definition at line 86 of file fj_codes_matrices.h.

Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().

◆ Ke

Matrix<double> line::fj::FjCodesSRK::Ke

newdim x (newdim + dim_notbusy), the busy rows

Definition at line 85 of file fj_codes_matrices.h.

Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().

◆ R0

Matrix<double> line::fj::FjCodesSRK::R0

not-busy to busy, on an arrival

Definition at line 84 of file fj_codes_matrices.h.

Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().

◆ Se

Matrix<double> line::fj::FjCodesSRK::Se

busy and not-busy phases together

Definition at line 82 of file fj_codes_matrices.h.

Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().

◆ Sestar

Matrix<double> line::fj::FjCodesSRK::Sestar

the busy-to-not-busy block of Se, in place

Definition at line 83 of file fj_codes_matrices.h.

Referenced by line::fj::fj_compute_pi(), and line::fj::fj_construct_srk().


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