Uses of Interface
org.ujmp.core.intmatrix.SparseIntMatrix
-
Packages that use SparseIntMatrix Package Description org.ujmp.core.intmatrix org.ujmp.core.intmatrix.factory org.ujmp.core.intmatrix.stub -
-
Uses of SparseIntMatrix in org.ujmp.core.intmatrix
Subinterfaces of SparseIntMatrix in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
SparseIntMatrix2D
-
Uses of SparseIntMatrix in org.ujmp.core.intmatrix.factory
Classes in org.ujmp.core.intmatrix.factory with type parameters of type SparseIntMatrix Modifier and Type Interface Description interface
SparseIntMatrixFactory<T extends SparseIntMatrix>
-
Uses of SparseIntMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement SparseIntMatrix Modifier and Type Class Description class
AbstractSparseIntMatrix
class
AbstractSparseIntMatrix2D
-