org.ejml.data
Interface ReshapeMatrix
-
- All Superinterfaces:
- Matrix, java.io.Serializable
- All Known Implementing Classes:
- BlockD3Matrix64F, BlockMatrix64F, CD1Matrix64F, CDenseMatrix64F, D1Matrix32F, D1Matrix64F, DenseD2Matrix64F, DenseMatrix32F, DenseMatrix64F, RowD1Matrix64F
public interface ReshapeMatrix extends Matrix
Matrix which can be reshaped
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidreshape(int numRows, int numCols)Equivalent to invoking reshape(numRows,numCols,false);-
Methods inherited from interface org.ejml.data.Matrix
copy, getNumCols, getNumRows, print, set
-
-
DMelt 3.0 © DataMelt by jWork.ORG