Matrix< T > Class Template Reference
#include <matrix.h>
List of all members.
Detailed Description
template<class T>
class Matrix< T >
Definition at line 32 of file matrix.h.
Constructor & Destructor Documentation
Member Function Documentation
template<class T>
void Matrix< T >::clear |
( |
void |
|
) |
[inline] |
template<class T>
int Matrix< T >::columns |
( |
void |
|
) |
[inline] |
template<class T>
void Matrix< T >::identity |
( |
void |
|
) |
[inline] |
template<class T>
int Matrix< T >::minsize |
( |
void |
|
) |
[inline] |
template<class T>
T& Matrix< T >::operator() |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | [inline] |
template<class T>
void Matrix< T >::resize |
( |
int |
rows, |
|
|
int |
columns | |
|
) |
| | [inline] |
template<class T>
int Matrix< T >::rows |
( |
void |
|
) |
[inline] |
template<class T>
T Matrix< T >::trace |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/laradmin/lar/perception/planarobstacles/mtt/include/mtt/matrix.h