![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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>
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 | |
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.
| 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().
| 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().
| 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().