Uses of Interface
org.ujmp.core.intmatrix.DenseIntMatrix2D
Packages that use DenseIntMatrix2D
Package
Description
-
Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.calculation
Fields in org.ujmp.core.intmatrix.calculation declared as DenseIntMatrix2DMethods in org.ujmp.core.intmatrix.calculation that return DenseIntMatrix2D -
Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement DenseIntMatrix2DModifier and TypeClassDescriptionclass
class
class
-
Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement DenseIntMatrix2D -
Uses of DenseIntMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseIntMatrix2DModifier and TypeMethodDescriptionfinal DenseIntMatrix2D
AbstractMatrixFactory.importFromArray
(int[]... values) final DenseIntMatrix2D
AbstractMatrixFactory.linkToArray
(int... values) final DenseIntMatrix2D
AbstractMatrixFactory.linkToArray
(int[]... values) final DenseIntMatrix2D
AbstractMatrixFactory.linkToValue
(int value) final DenseIntMatrix2D
AbstractMatrixFactory.linkToValue
(Integer value) final DenseIntMatrix2D
AbstractMatrixFactory.magic
(int size) -
Uses of DenseIntMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseIntMatrix2D