Uses of Interface
org.ujmp.core.bytematrix.ByteMatrix2D
-
Packages that use ByteMatrix2D Package Description org.ujmp.core.bytematrix org.ujmp.core.bytematrix.factory org.ujmp.core.bytematrix.impl org.ujmp.core.bytematrix.stub org.ujmp.core.interfaces -
-
Uses of ByteMatrix2D in org.ujmp.core.bytematrix
Subinterfaces of ByteMatrix2D in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
DenseByteMatrix2D
interface
SparseByteMatrix2D
-
Uses of ByteMatrix2D in org.ujmp.core.bytematrix.factory
Classes in org.ujmp.core.bytematrix.factory with type parameters of type ByteMatrix2D Modifier and Type Interface Description interface
ByteMatrix2DFactory<T extends ByteMatrix2D>
Methods in org.ujmp.core.bytematrix.factory that return ByteMatrix2D Modifier and Type Method Description ByteMatrix2D
DefaultByteMatrix2DFactory. zeros(long... size)
ByteMatrix2D
DefaultByteMatrix2DFactory. zeros(long rows, long columns)
-
Uses of ByteMatrix2D in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement ByteMatrix2D Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
DefaultDenseByteMatrix2D
-
Uses of ByteMatrix2D in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement ByteMatrix2D Modifier and Type Class Description class
AbstractDenseByteMatrix2D
class
AbstractSparseByteMatrix2D
-
Uses of ByteMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ByteMatrix2D Modifier and Type Method Description ByteMatrix2D
Conversions2D. toByteMatrix()
-