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

Class-level results, the [Q,U,R,T,C,X] of solver_ba_analyzer. More...

#include <line/solvers/ba/solver_ba_analyzer.h>

Public Attributes

Matrix< T > Q
Matrix< T > U
Matrix< T > R
Matrix< T > Tp
std::vector< T > C
std::vector< T > X
double lG = 0.0
 -N log X, the reference's approximate normalizing constant.
int iter = 1

Detailed Description

template<class T>
struct line::ba::BaSolution< T >

Class-level results, the [Q,U,R,T,C,X] of solver_ba_analyzer.

Definition at line 104 of file solver_ba_analyzer.h.

Member Data Documentation

◆ C

◆ iter

template<class T>
int line::ba::BaSolution< T >::iter = 1

◆ lG

template<class T>
double line::ba::BaSolution< T >::lG = 0.0

-N log X, the reference's approximate normalizing constant.

Definition at line 108 of file solver_ba_analyzer.h.

Referenced by line::ba::solver_ba_analyzer(), and line::ba::solver_ba_qrf_analyzer().

◆ Q

◆ R

◆ Tp

◆ U

◆ X


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