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

Return value of da_cache_isolate, mirroring [gamma,lambda_cache,Rcost]. More...

#include <line/api/da/da_cache_isolate.h>

Collaboration diagram for line::da::CacheIsolateResult< T >:

Public Attributes

Matrix< T > gamma
 (n x h) access factors
std::vector< Matrix< T > > lambda_cache
 (u) matrices of size n x (h+1)
std::vector< std::vector< Matrix< T > > > Rcost
 (u x n) of (h+1)x(h+1)

Detailed Description

template<class T>
struct line::da::CacheIsolateResult< T >

Return value of da_cache_isolate, mirroring [gamma,lambda_cache,Rcost].

Definition at line 69 of file da_cache_isolate.h.

Member Data Documentation

◆ gamma

◆ lambda_cache

template<class T>
std::vector<Matrix<T> > line::da::CacheIsolateResult< T >::lambda_cache

◆ Rcost

template<class T>
std::vector<std::vector<Matrix<T> > > line::da::CacheIsolateResult< T >::Rcost

(u x n) of (h+1)x(h+1)

Definition at line 72 of file da_cache_isolate.h.

Referenced by line::da::da_cache_isolate(), line::da::da_cacheqn(), and line::mva::solver_mva_cache_analyzer().


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