#include "Matrix.h"
◆ accessOptimizationDirection
Enumerator |
---|
rowWiseAccess | |
columnWiseAccess | |
◆ Matrix() [1/2]
◆ Matrix() [2/2]
◆ ~Matrix()
◆ GetNumberOfColumns()
template<class T >
int64_t Matrix< T >::GetNumberOfColumns |
( |
| ) |
|
|
inline |
◆ GetNumberOfRows()
template<class T >
int64_t Matrix< T >::GetNumberOfRows |
( |
| ) |
|
|
inline |
◆ GetValue()
template<class T >
T Matrix< T >::GetValue |
( |
int64_t | row, |
|
|
int64_t | column ) const |
|
inline |
◆ operator=()
◆ SetValue()
template<class T >
void Matrix< T >::SetValue |
( |
int64_t | row, |
|
|
int64_t | column, |
|
|
T & | value ) |
|
inline |
The documentation for this class was generated from the following files:
- Libraries/OTServiceFoundation/include/OTServiceFoundation/Matrix.h
- Libraries/OTServiceFoundation/include/OTServiceFoundation/Matrix.hpp