Uses of Interface
org.ejml.data.ZMatrix
Packages that use ZMatrix
-
Uses of ZMatrix in org.ejml
Modifier and TypeMethodDescriptionstatic void
EjmlUnitTests.assertEquals
(ZMatrix A, ZMatrix B, double tol) -
Uses of ZMatrix in org.ejml.data
Classes in org.ejml.data that implement ZMatrixModifier and TypeClassDescriptionclass
A generic abstract class for matrices whose data is stored in a single 1D array of doubles.class
Dense matrix for complex numbers. -
Uses of ZMatrix in org.ejml.dense.row
Methods in org.ejml.dense.row with parameters of type ZMatrixModifier and TypeMethodDescriptionstatic boolean
MatrixFeatures_ZDRM.isIdentity
(ZMatrix mat, double tol) Checks to see if the provided matrix is within tolerance to an identity matrix. -
Uses of ZMatrix in org.ejml.ops
Methods in org.ejml.ops with parameters of type ZMatrixModifier and TypeMethodDescriptionstatic void
static void
static void
static void
static void
MatrixIO.print
(PrintStream out, ZMatrix mat, String format) static void
MatrixIO.printFancy
(PrintStream out, ZMatrix mat, int length)