Uses of Interface
org.ejml.data.CMatrix
-
Uses of CMatrix in org.ejml
Modifier and TypeMethodDescriptionstatic void
EjmlUnitTests.assertEquals
(CMatrix A, CMatrix B, float tol) -
Uses of CMatrix in org.ejml.data
Modifier and TypeClassDescriptionclass
A generic abstract class for matrices whose data is stored in a single 1D array of floats.class
Dense matrix for complex numbers. -
Uses of CMatrix in org.ejml.dense.row
Modifier and TypeMethodDescriptionstatic boolean
MatrixFeatures_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
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
static void
MatrixIO.print
(PrintStream out, CMatrix mat, String format) static void
MatrixIO.printFancy
(PrintStream out, CMatrix mat, int length)