#include <mat.h>
Public Types | |
typedef WrapAllocPolicy< T > | ColAP |
return vec Alloc Policy for column access | |
typedef OwnAllocPolicy< T > | RowAP |
return vec Alloc Policy for row access | |
enum | THE_DIM { DIM = M_DIM } |
Public Member Functions | |
mat () | |
mat (const mat &mtx) | |
virtual | ~mat () |
Public Attributes | |
T * | m |
public data |
|
return vec Alloc Policy for column access
|
|
return vec Alloc Policy for row access
|
|
|
|
|
|
|
|
Definition at line 44 of file mat.h. References gutz::mat< T, X_DIM, Y_DIM >::m. |
|
public data
Definition at line 47 of file mat.h. Referenced by gutz::mat< T, X_DIM, Y_DIM >::~mat(). |