public interface ReshapeMatrix extends Matrix
Modifier and Type | Method and Description |
---|---|
void |
reshape(int numRows,
int numCols)
Equivalent to invoking reshape(numRows,numCols,false);
|
copy, createLike, getNumCols, getNumRows, getType, print, set