Functions | |
void | print () |
void | Clear () |
clear matrix | |
void | Resize (int nrows, int ncols) |
resize the matrix |
|
used for printing the data Implements Easdif::SDIFMatrixDataInterface. |
|
clear matrix
all data entries are set to zero. Implements Easdif::SDIFMatrixDataInterface. |
|
resize the matrix
Existing data is preserved in the correct locations newly initilized data is set to zero
Implements Easdif::SDIFMatrixDataInterface. |