Uses of Interface
org.ujmp.core.bytematrix.DenseByteMatrix2D
Packages that use DenseByteMatrix2D
Package
Description
-
Uses of DenseByteMatrix2D in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement DenseByteMatrix2D -
Uses of DenseByteMatrix2D in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement DenseByteMatrix2D -
Uses of DenseByteMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseByteMatrix2DModifier and TypeMethodDescriptionfinal DenseByteMatrix2D
AbstractMatrixFactory.importFromArray
(byte[]... values) final DenseByteMatrix2D
AbstractMatrixFactory.linkToArray
(byte... values) final DenseByteMatrix2D
AbstractMatrixFactory.linkToArray
(byte[]... values) final DenseByteMatrix2D
AbstractMatrixFactory.linkToValue
(byte value) final DenseByteMatrix2D
AbstractMatrixFactory.linkToValue
(Byte value)