Resize a matrix
[C++]
virtual void resize(
bool preserve,
size_t dim0,
size_t dim1
);
If true, then the current contents of the matrix will be preserved. If false, then the contents will be set to arbitrary values.
The new size of dimension 0. In Excel this corresponds to the number of rows.
The new size of dimension 1. In Excel this corresponds to the number of columns.
This method resizes a matrix.
Header: plemtx.h