Uses of Interface
org.ejml.data.CMatrix
Packages that use CMatrix
-
Uses of CMatrix in org.ejml
Modifier and TypeMethodDescriptionstatic voidEjmlUnitTests.assertEquals(CMatrix A, CMatrix B, float tol) -
Uses of CMatrix in org.ejml.data
Classes in org.ejml.data that implement CMatrixModifier and TypeClassDescriptionclassA generic abstract class for matrices whose data is stored in a single 1D array of floats.classDense matrix for complex numbers. -
Uses of CMatrix in org.ejml.dense.row
Methods in org.ejml.dense.row with parameters of type CMatrixModifier and TypeMethodDescriptionstatic booleanMatrixFeatures_CDRM.isIdentity(CMatrix mat, float tol) Checks to see if the provided matrix is within tolerance to an identity matrix. -
Uses of CMatrix in org.ejml.ops
Methods in org.ejml.ops with parameters of type CMatrixModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidMatrixIO.print(PrintStream out, CMatrix mat, String format) static voidMatrixIO.printFancy(PrintStream out, CMatrix mat, int length)