Uses of Interface
org.ujmp.core.bytearraymatrix.ByteArrayMatrix
-
Packages that use ByteArrayMatrix Package Description org.ujmp.core.bytearraymatrix org.ujmp.core.bytearraymatrix.factory org.ujmp.core.bytearraymatrix.stub -
-
Uses of ByteArrayMatrix in org.ujmp.core.bytearraymatrix
Subinterfaces of ByteArrayMatrix in org.ujmp.core.bytearraymatrix Modifier and Type Interface Description interface
ByteArrayMatrix2D
interface
DenseByteArrayMatrix
interface
DenseByteArrayMatrix2D
interface
SparseByteArrayMatrix
interface
SparseByteArrayMatrix2D
-
Uses of ByteArrayMatrix in org.ujmp.core.bytearraymatrix.factory
Classes in org.ujmp.core.bytearraymatrix.factory with type parameters of type ByteArrayMatrix Modifier and Type Interface Description interface
ByteArrayMatrixFactory<T extends ByteArrayMatrix>
-
Uses of ByteArrayMatrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement ByteArrayMatrix Modifier and Type Class Description class
AbstractByteArrayMatrix
class
AbstractDenseByteArrayMatrix
class
AbstractDenseByteArrayMatrix2D
class
AbstractSparseByteArrayMatrix
class
AbstractSparseByteArrayMatrix2D
-