|
| Matrix () |
|
| Matrix (const Matrix< DataType, ROWS, COLS > &matrix) |
|
| Matrix (Matrix< DataType, ROWS, COLS > &&matrix) |
|
| ~Matrix () |
|
Matrix< DataType, ROWS, COLS > & | operator= (const Matrix< DataType, ROWS, COLS > &rhs) |
|
Matrix< DataType, ROWS, COLS > & | operator= (Matrix< DataType, ROWS, COLS > &&rhs) |
|
const DataType & | at (unsigned int row, unsigned int col) const |
|
DataType & | at (unsigned int row, unsigned int col) |
|
unsigned int | getNumRows () const |
|
unsigned int | getNumCols () const |
|
◆ Matrix() [1/3]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
◆ Matrix() [2/3]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
◆ Matrix() [3/3]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
◆ ~Matrix()
template<typename DataType , unsigned int ROWS, unsigned int COLS>
◆ at() [1/2]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
DataType & TBTK::Matrix< DataType, ROWS, COLS >::at |
( |
unsigned int |
row, |
|
|
unsigned int |
col |
|
) |
| |
Returns a reference to the data element.
◆ at() [2/2]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
const DataType & TBTK::Matrix< DataType, ROWS, COLS >::at |
( |
unsigned int |
row, |
|
|
unsigned int |
col |
|
) |
| const |
Returns a constant reference to the data element.
◆ getNumCols()
template<typename DataType , unsigned int ROWS, unsigned int COLS>
unsigned int TBTK::Matrix< DataType, ROWS, COLS >::getNumCols |
◆ getNumRows()
template<typename DataType , unsigned int ROWS, unsigned int COLS>
unsigned int TBTK::Matrix< DataType, ROWS, COLS >::getNumRows |
◆ operator=() [1/2]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
Matrix< DataType, ROWS, COLS > & TBTK::Matrix< DataType, ROWS, COLS >::operator= |
( |
const Matrix< DataType, ROWS, COLS > & |
rhs | ) |
|
◆ operator=() [2/2]
template<typename DataType , unsigned int ROWS, unsigned int COLS>
Matrix< DataType, ROWS, COLS > & TBTK::Matrix< DataType, ROWS, COLS >::operator= |
( |
Matrix< DataType, ROWS, COLS > && |
rhs | ) |
|
Move assignment operator.
The documentation for this class was generated from the following file:
- /TBTK/Lib/include/Utilities/TBTK/Matrix.h