Package org.ejml.data
Interface DMatrixFixed
-
- All Known Implementing Classes:
DMatrix2,DMatrix2x2,DMatrix3,DMatrix3x3,DMatrix4,DMatrix4x4,DMatrix5,DMatrix5x5,DMatrix6,DMatrix6x6
public interface DMatrixFixed extends DMatrix
Interface which all fixed sized matrices must implement
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T extends Matrix>
Tcreate(int numRows, int numCols)Creates a new matrix of the same type with the specified shape-
Methods inherited from interface org.ejml.data.DMatrix
get, getNumElements, set, unsafe_get, unsafe_set
-
Methods inherited from interface org.ejml.data.Matrix
copy, createLike, getNumCols, getNumRows, getType, print, print, set, zero
-
-