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