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

Outcome of the expansion. More...

#include <line/api/retrieval/retrieval_rayint.h>

Collaboration diagram for line::retrieval::RetrievalRayintResult< T >:

Public Attributes

e
 Normalizing constant, same normalization as cache_erec (may overflow; use log_e).
log_e
 Natural logarithm of e, safe for large n.
std::vector< T > xi
 Saddle point xi_j, one entry per list (0 for a list of zero capacity).
logdet_sigma
 log det of the Hessian in log xi.
double relerr_est = 0.0
 Estimated relative error, 0.14*(1/min_j m_j + 1/(n - sum_j m_j)).
std::string method
 "saddle", "rayint" or "boundary".
std::size_t iterations = 0
 Newton iterations used.

Detailed Description

template<class T>
struct line::retrieval::RetrievalRayintResult< T >

Outcome of the expansion.

Definition at line 80 of file retrieval_rayint.h.

Member Data Documentation

◆ e

template<class T>
T line::retrieval::RetrievalRayintResult< T >::e

Normalizing constant, same normalization as cache_erec (may overflow; use log_e).

Definition at line 82 of file retrieval_rayint.h.

◆ iterations

template<class T>
std::size_t line::retrieval::RetrievalRayintResult< T >::iterations = 0

Newton iterations used.

Definition at line 94 of file retrieval_rayint.h.

◆ log_e

template<class T>
T line::retrieval::RetrievalRayintResult< T >::log_e

Natural logarithm of e, safe for large n.

Definition at line 84 of file retrieval_rayint.h.

Referenced by line::nc::solver_nc_retrieval_analyzer().

◆ logdet_sigma

template<class T>
T line::retrieval::RetrievalRayintResult< T >::logdet_sigma

log det of the Hessian in log xi.

Definition at line 88 of file retrieval_rayint.h.

◆ method

template<class T>
std::string line::retrieval::RetrievalRayintResult< T >::method

"saddle", "rayint" or "boundary".

Definition at line 92 of file retrieval_rayint.h.

◆ relerr_est

template<class T>
double line::retrieval::RetrievalRayintResult< T >::relerr_est = 0.0

Estimated relative error, 0.14*(1/min_j m_j + 1/(n - sum_j m_j)).

Definition at line 90 of file retrieval_rayint.h.

◆ xi

template<class T>
std::vector<T> line::retrieval::RetrievalRayintResult< T >::xi

Saddle point xi_j, one entry per list (0 for a list of zero capacity).

Definition at line 86 of file retrieval_rayint.h.

Referenced by line::nc::solver_nc_retrieval_analyzer().


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