![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/util/matrix.h>
Public Member Functions | |
| MatrixView () | |
| MatrixView (T *data, std::size_t rows, std::size_t cols) | |
| MatrixView (T *data, std::size_t rows, std::size_t cols, std::size_t stride) | |
| std::size_t | rows () const |
| std::size_t | cols () const |
| std::size_t | stride () const |
| bool | empty () const |
| T * | data () const |
| T & | operator() (std::size_t i, std::size_t j) const |
| T & | at (std::size_t i, std::size_t j) const |
|
inline |
Definition at line 32 of file matrix.h.
Referenced by line::Matrix< Complex >::view(), and line::Matrix< Complex >::view().
|
inline |
|
inline |
|
inline |
Definition at line 45 of file matrix.h.
References line::InputError::InputError().
|
inline |
Definition at line 39 of file matrix.h.
Referenced by line::matrix_from(), MatrixView(), and MatrixView().
|
inline |
Definition at line 42 of file matrix.h.
Referenced by MatrixView(), and MatrixView().
|
inline |
|
inline |
|
inline |
Definition at line 38 of file matrix.h.
Referenced by line::matrix_from(), MatrixView(), and MatrixView().
|
inline |
Definition at line 40 of file matrix.h.
Referenced by MatrixView().