org.ejml.data
Interface FixedMatrix64F
-
- All Superinterfaces:
- Matrix, RealMatrix64F, java.io.Serializable
- All Known Implementing Classes:
- FixedMatrix2_64F, FixedMatrix2x2_64F, FixedMatrix3_64F, FixedMatrix3x3_64F, FixedMatrix4_64F, FixedMatrix4x4_64F, FixedMatrix5_64F, FixedMatrix5x5_64F, FixedMatrix6_64F, FixedMatrix6x6_64F
public interface FixedMatrix64F extends RealMatrix64F
Interface which all fixed sized matrices must implement
-
-
Method Summary
-
Methods inherited from interface org.ejml.data.RealMatrix64F
get, getNumElements, set, unsafe_get, unsafe_set
-
Methods inherited from interface org.ejml.data.Matrix
copy, getNumCols, getNumRows, print, set
-
-
DMelt 3.0 © DataMelt by jWork.ORG