#include <matrix_utils.h>
◆ Matrix() [1/3]
template<typename T>
angle::Matrix< T >::Matrix |
( |
const std::vector< T > & |
elements, |
|
|
const unsigned int & |
numRows, |
|
|
const unsigned int & |
numCols |
|
) |
| |
|
inline |
◆ Matrix() [2/3]
◆ Matrix() [3/3]
◆ at()
template<typename T>
const T& angle::Matrix< T >::at |
( |
const unsigned int & |
rowIndex, |
|
|
const unsigned int & |
columnIndex |
|
) |
| const |
|
inline |
◆ columns()
◆ compMult()
◆ determinant()
◆ elements()
◆ inverse()
◆ operator()() [1/2]
template<typename T>
const T& angle::Matrix< T >::operator() |
( |
const unsigned int & |
rowIndex, |
|
|
const unsigned int & |
columnIndex |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<typename T>
T& angle::Matrix< T >::operator() |
( |
const unsigned int & |
rowIndex, |
|
|
const unsigned int & |
columnIndex |
|
) |
| |
|
inline |
◆ operator*()
◆ outerProduct()
◆ rows()
◆ setToIdentity() [1/2]
◆ setToIdentity() [2/2]
template<typename T>
template<unsigned int Size>
◆ size()
◆ transpose()
The documentation for this class was generated from the following file: