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

What sn_rtnodes_to_rtorig returns: the flat matrix and its per-class-pair blocks. More...

#include <line/api/sn/sn_rtnodes_to_rtorig.h>

Collaboration diagram for line::api::SnRtOrig< T >:

Public Attributes

Matrix< T > rtorig
 (norig*nclasses) square
std::vector< std::vector< Matrix< T > > > cells
 cells[r][s] is (norig x norig)
std::size_t norig = 0
 nodes kept, the csshift of the reference

Detailed Description

template<class T>
struct line::api::SnRtOrig< T >

What sn_rtnodes_to_rtorig returns: the flat matrix and its per-class-pair blocks.

Definition at line 39 of file sn_rtnodes_to_rtorig.h.

Member Data Documentation

◆ cells

template<class T>
std::vector<std::vector<Matrix<T> > > line::api::SnRtOrig< T >::cells

cells[r][s] is (norig x norig)

Definition at line 41 of file sn_rtnodes_to_rtorig.h.

Referenced by line::api::sn_rtnodes_to_rtorig().

◆ norig

template<class T>
std::size_t line::api::SnRtOrig< T >::norig = 0

nodes kept, the csshift of the reference

Definition at line 42 of file sn_rtnodes_to_rtorig.h.

Referenced by line::api::sn_rtnodes_to_rtorig().

◆ rtorig

template<class T>
Matrix<T> line::api::SnRtOrig< T >::rtorig

(norig*nclasses) square

Definition at line 40 of file sn_rtnodes_to_rtorig.h.

Referenced by line::api::sn_rtnodes_to_rtorig().


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