Package org.ejml.data
Interface DMatrixFixed
- All Superinterfaces:
DMatrix
,Matrix
,Serializable
- All Known Implementing Classes:
DMatrix2
,DMatrix2x2
,DMatrix3
,DMatrix3x3
,DMatrix4
,DMatrix4x4
,DMatrix5
,DMatrix5x5
,DMatrix6
,DMatrix6x6
Interface which all fixed sized matrices must implement
-
Method Summary
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, setTo, zero