#include <tMatrix.h>
◆ tMatrix()
template<class T , int rows, int cols>
◆ clean()
template<class T , int rows, int cols>
void tMatrix< T, rows, cols >::clean |
( |
| ) |
|
|
inline |
◆ det()
template<class T , int rows, int cols>
◆ getCols()
template<class T , int rows, int cols>
int tMatrix< T, rows, cols >::getCols |
( |
| ) |
|
|
inlineprivate |
◆ getRows()
template<class T , int rows, int cols>
int tMatrix< T, rows, cols >::getRows |
( |
| ) |
|
|
inlineprivate |
◆ inv()
template<class T , int rows, int cols>
◆ operator()()
template<class T , int rows, int cols>
T & tMatrix< T, rows, cols >::operator() |
( |
int |
row, |
|
|
int |
col |
|
) |
| |
◆ operator*() [1/3]
template<class T , int rows, int cols>
◆ operator*() [2/3]
template<class T , int rows, int cols>
◆ operator*() [3/3]
template<class T , int rows, int cols>
template<class U >
tVector< typename Sacado::Promote< T, U >::type, rows > tMatrix< T, rows, cols >::operator* |
( |
tVector< U, cols > |
rhs | ) |
|
◆ operator+()
template<class T , int rows, int cols>
◆ operator+=()
template<class T , int rows, int cols>
void tMatrix< T, rows, cols >::operator+= |
( |
tMatrix< T, rows, cols > |
rhs | ) |
|
◆ print()
template<class T , int rows, int cols>
void tMatrix< T, rows, cols >::print |
◆ data
template<class T , int rows, int cols>
T tMatrix< T, rows, cols >::data[rows *cols] |
|
private |
◆ numCols
template<class T , int rows, int cols>
int tMatrix< T, rows, cols >::numCols = cols |
|
private |
◆ numRows
template<class T , int rows, int cols>
int tMatrix< T, rows, cols >::numRows = rows |
|
private |
The documentation for this class was generated from the following file:
- /builds/am-dept/waves/katoptron/src/tMatrix.h