Package org.ejml.data
Interface FMatrixFixed
-
- All Known Implementing Classes:
FMatrix2,FMatrix2x2,FMatrix3,FMatrix3x3,FMatrix4,FMatrix4x4,FMatrix5,FMatrix5x5,FMatrix6,FMatrix6x6
public interface FMatrixFixed extends FMatrix
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.FMatrix
get, getNumElements, set, unsafe_get, unsafe_set
-
Methods inherited from interface org.ejml.data.Matrix
copy, createLike, getNumCols, getNumRows, getType, print, print, set, zero
-
-