Functions | |
int | Write (SdifFileT *file) |
int | Read (SdifFileT *file) |
void | Init (SdifSignature sig, int nrows, int ncols, SdifDataTypeET type) throw (SDIFMatrixDataError,std::bad_alloc) |
Re-Initialize matrix to hold data. | |
void | Init (const std::string &sig, int nrows, int ncols, SdifDataTypeET type) throw (SDIFMatrixDataError,std::bad_alloc) |
Re-Initialize matrix to hold data. | |
bool | Resize (int nrows, int ncols) |
Resize matrix to hold rowsxcolumns. | |
bool | Clear () |
clear matrix |
|
write the matrix in the file
|
|
read a matrix
|
|
Re-Initialize matrix to hold data.
|
|
Re-Initialize matrix to hold data.
|
|
Resize matrix to hold rowsxcolumns.
Existing data is preserved in the correct locations newly initilized data is set to zero
|
|
clear matrix
all data entries are set to zero.
|