Uses of Interface
org.ujmp.core.bytematrix.DenseByteMatrix2D
-
Packages that use DenseByteMatrix2D Package Description org.ujmp.core.bytematrix.impl org.ujmp.core.bytematrix.stub org.ujmp.core.matrix.factory -
-
Uses of DenseByteMatrix2D in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement DenseByteMatrix2D Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
DefaultDenseByteMatrix2D
-
Uses of DenseByteMatrix2D in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement DenseByteMatrix2D Modifier and Type Class Description class
AbstractDenseByteMatrix2D
-
Uses of DenseByteMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseByteMatrix2D Modifier and Type Method Description DenseByteMatrix2D
AbstractMatrixFactory. importFromArray(byte[]... values)
DenseByteMatrix2D
AbstractMatrixFactory. linkToArray(byte... values)
DenseByteMatrix2D
AbstractMatrixFactory. linkToArray(byte[]... values)
DenseByteMatrix2D
AbstractMatrixFactory. linkToValue(byte value)
DenseByteMatrix2D
AbstractMatrixFactory. linkToValue(java.lang.Byte value)
-