Package org.ejml.data
Interface FMatrixFixed
- All Superinterfaces:
FMatrix,Matrix,Serializable
- All Known Implementing Classes:
FMatrix2,FMatrix2x2,FMatrix3,FMatrix3x3,FMatrix4,FMatrix4x4,FMatrix5,FMatrix5x5,FMatrix6,FMatrix6x6
Interface which all fixed sized matrices must implement
-
Method Summary
Methods inherited from interface org.ejml.data.FMatrix
get, getNumElements, set, unsafe_get, unsafe_setMethods inherited from interface org.ejml.data.Matrix
copy, createLike, getNumCols, getNumRows, getType, print, print, setTo, zero