Uses of Interface
org.ujmp.core.intmatrix.IntMatrix2D
-
-
Uses of IntMatrix2D in org.ujmp.core.doublematrix.calculation.general.statistical
Methods in org.ujmp.core.doublematrix.calculation.general.statistical with parameters of type IntMatrix2D Modifier and Type Method Description static DoubleMatrix2D
MutualInformation. calcNew(IntMatrix2D matrix)
-
Uses of IntMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return IntMatrix2D Modifier and Type Method Description IntMatrix2D
Conversions2D. toIntMatrix()
-
Uses of IntMatrix2D in org.ujmp.core.intmatrix
Subinterfaces of IntMatrix2D in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
DenseIntMatrix2D
interface
SparseIntMatrix2D
-
Uses of IntMatrix2D in org.ujmp.core.intmatrix.factory
Classes in org.ujmp.core.intmatrix.factory with type parameters of type IntMatrix2D Modifier and Type Interface Description interface
IntMatrix2DFactory<T extends IntMatrix2D>
Methods in org.ujmp.core.intmatrix.factory that return IntMatrix2D Modifier and Type Method Description IntMatrix2D
DefaultIntMatrix2DFactory. zeros(long... size)
IntMatrix2D
DefaultIntMatrix2DFactory. zeros(long rows, long columns)
-
Uses of IntMatrix2D in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement IntMatrix2D Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
ImageMatrix
-
Uses of IntMatrix2D in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement IntMatrix2D Modifier and Type Class Description class
AbstractDenseIntMatrix2D
class
AbstractSparseIntMatrix2D
-
Uses of IntMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement IntMatrix2D Modifier and Type Class Description class
AvailableProcessorsMatrix
-