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

The level blocks assembled by qbd_bmapbmap1. More...

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

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

Public Attributes

std::vector< Matrix< T > > A1
 A1[b-1] is the up-block for a batch of size b.
Matrix< T > A0
 local block
Matrix< T > Am1
 down-block (A_1 in the reference)
Matrix< T > A0bar
 kron(D0^a, I_ns)
Matrix< T > B0
 boundary local block, krons(D0^a, I_ns)
std::vector< Matrix< T > > B1
 boundary up-blocks, equal to A1

Detailed Description

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

The level blocks assembled by qbd_bmapbmap1.

Definition at line 63 of file qbd_bmapbmap1.h.

Member Data Documentation

◆ A0

template<class T>
Matrix<T> line::mam::QbdBmapBmap1Blocks< T >::A0

local block

Definition at line 65 of file qbd_bmapbmap1.h.

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

◆ A0bar

template<class T>
Matrix<T> line::mam::QbdBmapBmap1Blocks< T >::A0bar

kron(D0^a, I_ns)

Definition at line 67 of file qbd_bmapbmap1.h.

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

◆ A1

template<class T>
std::vector<Matrix<T> > line::mam::QbdBmapBmap1Blocks< T >::A1

A1[b-1] is the up-block for a batch of size b.

Definition at line 64 of file qbd_bmapbmap1.h.

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

◆ Am1

template<class T>
Matrix<T> line::mam::QbdBmapBmap1Blocks< T >::Am1

down-block (A_1 in the reference)

Definition at line 66 of file qbd_bmapbmap1.h.

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

◆ B0

template<class T>
Matrix<T> line::mam::QbdBmapBmap1Blocks< T >::B0

boundary local block, krons(D0^a, I_ns)

Definition at line 68 of file qbd_bmapbmap1.h.

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

◆ B1

template<class T>
std::vector<Matrix<T> > line::mam::QbdBmapBmap1Blocks< T >::B1

boundary up-blocks, equal to A1

Definition at line 69 of file qbd_bmapbmap1.h.

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


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