Uses of Interface
org.ujmp.core.intmatrix.DenseIntMatrix
-
Packages that use DenseIntMatrix Package Description org.ujmp.core.intmatrix org.ujmp.core.intmatrix.factory org.ujmp.core.intmatrix.impl org.ujmp.core.intmatrix.stub org.ujmp.core.util.matrices -
-
Uses of DenseIntMatrix in org.ujmp.core.intmatrix
Subinterfaces of DenseIntMatrix in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
DenseIntMatrix2D
-
Uses of DenseIntMatrix in org.ujmp.core.intmatrix.factory
Classes in org.ujmp.core.intmatrix.factory with type parameters of type DenseIntMatrix Modifier and Type Interface Description interface
DenseIntMatrixFactory<T extends DenseIntMatrix>
-
Uses of DenseIntMatrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement DenseIntMatrix Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
ImageMatrix
-
Uses of DenseIntMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement DenseIntMatrix Modifier and Type Class Description class
AbstractDenseIntMatrix
class
AbstractDenseIntMatrix2D
-
Uses of DenseIntMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseIntMatrix Modifier and Type Class Description class
AvailableProcessorsMatrix
-