Package org.ejml.data
Interface ReshapeMatrix
-
- All Superinterfaces:
Matrix,java.io.Serializable
- All Known Subinterfaces:
DMatrixSparse,FMatrixSparse,MatrixSparse
- All Known Implementing Classes:
BMatrixRMaj,CMatrixD1,CMatrixRMaj,DMatrix1Row,DMatrixD1,DMatrixRBlock,DMatrixRMaj,DMatrixSparseCSC,DMatrixSparseTriplet,FMatrix1Row,FMatrixD1,FMatrixRBlock,FMatrixRMaj,FMatrixSparseCSC,FMatrixSparseTriplet,ZMatrixD1,ZMatrixRMaj
public interface ReshapeMatrix extends Matrix
Matrix which can be reshaped
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreshape(int numRows, int numCols)Equivalent to invoking reshape(numRows,numCols,false);-
Methods inherited from interface org.ejml.data.Matrix
copy, create, createLike, getNumCols, getNumRows, getType, print, print, set, zero
-
-