43 #ifndef __EST_TSIMPLEMATRIX_H__
44 #define __EST_TSIMPLEMATRIX_H__
46 #include "EST_TMatrix.h"
47 #include "instantiate/EST_TSimpleMatrixI.h"
75 void resize(
int rows,
int cols,
int set=1);
EST_TSimpleMatrix(int m, int n)
size constructor
Template Matrix class. This is an extension of the EST_TVector class to two dimensions.
EST_TSimpleMatrix(void)
default constructor
void copy(const EST_TSimpleMatrix< T > &a)
copy one matrix into another
INLINE int n() const
number of items in vector.
void resize(int rows, int cols, int set=1)
resize matrix
A subclass of EST_TMatrix which copies using memcopy.
EST_TSimpleMatrix< T > & operator=(const EST_TSimpleMatrix< T > &s)
assignment operator