Uses of Interface
org.ujmp.core.shortmatrix.SparseShortMatrix
-
Packages that use SparseShortMatrix Package Description org.ujmp.core.shortmatrix org.ujmp.core.shortmatrix.factory org.ujmp.core.shortmatrix.stub -
-
Uses of SparseShortMatrix in org.ujmp.core.shortmatrix
Subinterfaces of SparseShortMatrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
SparseShortMatrix2D
-
Uses of SparseShortMatrix in org.ujmp.core.shortmatrix.factory
Classes in org.ujmp.core.shortmatrix.factory with type parameters of type SparseShortMatrix Modifier and Type Interface Description interface
SparseShortMatrixFactory<T extends SparseShortMatrix>
-
Uses of SparseShortMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement SparseShortMatrix Modifier and Type Class Description class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-