Uses of Interface
org.ujmp.core.bytematrix.ByteMatrix
-
-
Uses of ByteMatrix in org.ujmp.core
Methods in org.ujmp.core that return ByteMatrix Modifier and Type Method Description ByteMatrix
AbstractMatrix. toByteMatrix()
-
Uses of ByteMatrix in org.ujmp.core.bytematrix
Subinterfaces of ByteMatrix in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
ByteMatrix2D
interface
DenseByteMatrix
interface
DenseByteMatrix2D
interface
SparseByteMatrix
interface
SparseByteMatrix2D
-
Uses of ByteMatrix in org.ujmp.core.bytematrix.calculation
Methods in org.ujmp.core.bytematrix.calculation that return ByteMatrix Modifier and Type Method Description ByteMatrix
AbstractByteCalculation. calcLink()
ByteMatrix
AbstractByteCalculation. calcNew()
-
Uses of ByteMatrix in org.ujmp.core.bytematrix.factory
Classes in org.ujmp.core.bytematrix.factory with type parameters of type ByteMatrix Modifier and Type Interface Description interface
ByteMatrixFactory<T extends ByteMatrix>
-
Uses of ByteMatrix in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement ByteMatrix Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
ByteCalculationMatrix
class
DefaultDenseByteMatrix2D
class
DefaultSparseByteMatrix
-
Uses of ByteMatrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement ByteMatrix Modifier and Type Class Description class
AbstractByteMatrix
class
AbstractDenseByteMatrix
class
AbstractDenseByteMatrix2D
class
AbstractSparseByteMatrix
class
AbstractSparseByteMatrix2D
-
Uses of ByteMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ByteMatrix Modifier and Type Method Description ByteMatrix
Conversions. toByteMatrix()
-