Uses of Interface
org.ujmp.core.bytematrix.SparseByteMatrix
-
Packages that use SparseByteMatrix Package Description org.ujmp.core.bytematrix org.ujmp.core.bytematrix.factory org.ujmp.core.bytematrix.stub -
-
Uses of SparseByteMatrix in org.ujmp.core.bytematrix
Subinterfaces of SparseByteMatrix in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
SparseByteMatrix2D
-
Uses of SparseByteMatrix in org.ujmp.core.bytematrix.factory
Classes in org.ujmp.core.bytematrix.factory with type parameters of type SparseByteMatrix Modifier and Type Interface Description interface
SparseByteMatrixFactory<T extends SparseByteMatrix>
-
Uses of SparseByteMatrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement SparseByteMatrix Modifier and Type Class Description class
AbstractSparseByteMatrix
class
AbstractSparseByteMatrix2D
-