Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages | Examples

vetMatrix< T > Class Template Reference


Public Member Functions

 vetMatrix ()
 vetMatrix (unsigned int colCount, unsigned int rowCount)
 vetMatrix (const char *filename)
 vetMatrix (unsigned int colCount, unsigned int rowCount, T *data_ptr)
 ~vetMatrix ()
void setDim (unsigned int colCount, unsigned int rowCount)
unsigned int getRowsCount ()
unsigned int getColumnsCount ()
unsigned int getItemsCount ()
getItemsSum ()
T * dump_data ()
T * dump_dataSum ()
VETRESULT setValue (unsigned int x, unsigned int y, T &value)
T & getValue (unsigned int x, unsigned int y)
T & getValueMax ()
T & getValueMin ()
void clearWith (T &value)
VETRESULT saveToFile (const char *filename)
VETRESULT loadFromFile (const char *filename)

Protected Attributes

unsigned int rows
unsigned int columns
T * data
T * dataSum

Detailed Description

template<class T>
class vetMatrix< T >

Definition at line 38 of file vetMatrix.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 24 11:59:40 2006 for VETLib by  doxygen 1.4.4