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