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

Result of m3pp22_interleave_fitc. More...

#include <line/api/mam/m3pp2m_interleave.h>

Collaboration diagram for line::mam::M3pp22InterleaveResult< T >:

Public Attributes

Mmap< T > mmap
 the lumped process, of order L + 1
std::vector< Mmap< T > > parts
 the L M3PP(2, 2) components
std::vector< T > sigma
 the covariance realised for each pair

Detailed Description

template<class T>
struct line::mam::M3pp22InterleaveResult< T >

Result of m3pp22_interleave_fitc.

Definition at line 229 of file m3pp2m_interleave.h.

Member Data Documentation

◆ mmap

template<class T>
Mmap<T> line::mam::M3pp22InterleaveResult< T >::mmap

the lumped process, of order L + 1

Definition at line 230 of file m3pp2m_interleave.h.

Referenced by line::mam::m3pp22_interleave_fitc().

◆ parts

template<class T>
std::vector<Mmap<T> > line::mam::M3pp22InterleaveResult< T >::parts

the L M3PP(2, 2) components

Definition at line 231 of file m3pp2m_interleave.h.

Referenced by line::mam::m3pp22_interleave_fitc().

◆ sigma

template<class T>
std::vector<T> line::mam::M3pp22InterleaveResult< T >::sigma

the covariance realised for each pair

Definition at line 232 of file m3pp2m_interleave.h.

Referenced by line::mam::m3pp22_interleave_fitc().


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