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

Result of cache_miss_rmf_expansion_transient. More...

#include <line/api/cache/cache_miss_rmf.h>

Collaboration diagram for line::cache::CacheRmfExpansionTransient< T >:

Public Attributes

std::vector< T > t
 (n_points) output instants, t[0] = 0
Matrix< T > X
 (n_points x model_dim) mean-field trajectory
Matrix< T > V
 (n_points x model_dim) 1/N correction trajectory
std::vector< Matrix< T > > W
 (n_points) covariance, each model_dim x model_dim

Detailed Description

template<class T>
struct line::cache::CacheRmfExpansionTransient< T >

Result of cache_miss_rmf_expansion_transient.

Definition at line 984 of file cache_miss_rmf.h.

Member Data Documentation

◆ t

template<class T>
std::vector<T> line::cache::CacheRmfExpansionTransient< T >::t

(n_points) output instants, t[0] = 0

Definition at line 985 of file cache_miss_rmf.h.

Referenced by line::cache::cache_miss_rmf_expansion_transient().

◆ V

template<class T>
Matrix<T> line::cache::CacheRmfExpansionTransient< T >::V

(n_points x model_dim) 1/N correction trajectory

Definition at line 987 of file cache_miss_rmf.h.

Referenced by line::cache::cache_miss_rmf_expansion_transient().

◆ W

template<class T>
std::vector<Matrix<T> > line::cache::CacheRmfExpansionTransient< T >::W

(n_points) covariance, each model_dim x model_dim

Definition at line 988 of file cache_miss_rmf.h.

Referenced by line::cache::cache_miss_rmf_expansion_transient().

◆ X

template<class T>
Matrix<T> line::cache::CacheRmfExpansionTransient< T >::X

(n_points x model_dim) mean-field trajectory

Definition at line 986 of file cache_miss_rmf.h.

Referenced by line::cache::cache_miss_rmf_expansion_transient().


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