Uses of Interface
org.ujmp.core.intmatrix.DenseIntMatrix2D
-
Packages that use DenseIntMatrix2D Package Description org.ujmp.core.intmatrix.calculation org.ujmp.core.intmatrix.impl org.ujmp.core.intmatrix.stub org.ujmp.core.matrix.factory org.ujmp.core.util.matrices -
-
Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.calculation
Fields in org.ujmp.core.intmatrix.calculation declared as DenseIntMatrix2D Modifier and Type Field Description private DenseIntMatrix2D
Magic. magic
Methods in org.ujmp.core.intmatrix.calculation that return DenseIntMatrix2D Modifier and Type Method Description static DenseIntMatrix2D
Magic. magic(int n)
-
Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement DenseIntMatrix2D Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
ImageMatrix
-
Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement DenseIntMatrix2D Modifier and Type Class Description class
AbstractDenseIntMatrix2D
-
Uses of DenseIntMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseIntMatrix2D Modifier and Type Method Description DenseIntMatrix2D
AbstractMatrixFactory. importFromArray(int[]... values)
DenseIntMatrix2D
AbstractMatrixFactory. linkToArray(int... values)
DenseIntMatrix2D
AbstractMatrixFactory. linkToArray(int[]... values)
DenseIntMatrix2D
AbstractMatrixFactory. linkToValue(int value)
DenseIntMatrix2D
AbstractMatrixFactory. linkToValue(java.lang.Integer value)
DenseIntMatrix2D
AbstractMatrixFactory. magic(int size)
-
Uses of DenseIntMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseIntMatrix2D Modifier and Type Class Description class
AvailableProcessorsMatrix
-