43 #ifndef __EST_TSIMPLEMATRIX_H__ 44 #define __EST_TSIMPLEMATRIX_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
const T & a(ssize_t row, ssize_t col) const
void copy(const EST_TSimpleMatrix< T > &a)
copy one matrix into another
void copy_data(const EST_TSimpleMatrix< T > &a)
void resize(int rows, int cols, int set=1)
resize matrix
A subclass of EST_TMatrix which copies using memcopy.
INLINE ssize_t n() const
number of items in vector.
EST_TSimpleMatrix< T > & operator=(const EST_TSimpleMatrix< T > &s)
assignment operator