Uses of Interface
org.ujmp.core.floatmatrix.SparseFloatMatrix
-
Packages that use SparseFloatMatrix Package Description org.ujmp.core.floatmatrix org.ujmp.core.floatmatrix.factory org.ujmp.core.floatmatrix.stub -
-
Uses of SparseFloatMatrix in org.ujmp.core.floatmatrix
Subinterfaces of SparseFloatMatrix in org.ujmp.core.floatmatrix Modifier and Type Interface Description interface
SparseFloatMatrix2D
-
Uses of SparseFloatMatrix in org.ujmp.core.floatmatrix.factory
Classes in org.ujmp.core.floatmatrix.factory with type parameters of type SparseFloatMatrix Modifier and Type Interface Description interface
SparseFloatMatrixFactory<T extends SparseFloatMatrix>
-
Uses of SparseFloatMatrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement SparseFloatMatrix Modifier and Type Class Description class
AbstractSparseFloatMatrix
class
AbstractSparseFloatMatrix2D
-