Uses of Interface
org.ujmp.core.charmatrix.SparseCharMatrix
-
Packages that use SparseCharMatrix Package Description org.ujmp.core.charmatrix org.ujmp.core.charmatrix.factory org.ujmp.core.charmatrix.stub -
-
Uses of SparseCharMatrix in org.ujmp.core.charmatrix
Subinterfaces of SparseCharMatrix in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
SparseCharMatrix2D
-
Uses of SparseCharMatrix in org.ujmp.core.charmatrix.factory
Classes in org.ujmp.core.charmatrix.factory with type parameters of type SparseCharMatrix Modifier and Type Interface Description interface
SparseCharMatrixFactory<T extends SparseCharMatrix>
-
Uses of SparseCharMatrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement SparseCharMatrix Modifier and Type Class Description class
AbstractSparseCharMatrix
class
AbstractSparseCharMatrix2D
-