Uses of Interface
org.ujmp.core.doublematrix.factory.SparseDoubleMatrix2DFactory
-
Packages that use SparseDoubleMatrix2DFactory Package Description org.ujmp.colt org.ujmp.core.doublematrix org.ujmp.core.doublematrix.factory -
-
Uses of SparseDoubleMatrix2DFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseDoubleMatrix2DFactory Modifier and Type Class Description class
ColtSparseDoubleMatrix2DFactory
-
Uses of SparseDoubleMatrix2DFactory in org.ujmp.core.doublematrix
Fields in org.ujmp.core.doublematrix declared as SparseDoubleMatrix2DFactory Modifier and Type Field Description static SparseDoubleMatrix2DFactory<? extends SparseDoubleMatrix2D>
SparseDoubleMatrix2D. Factory
-
Uses of SparseDoubleMatrix2DFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of SparseDoubleMatrix2DFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DoubleMatrixFactory<T extends DoubleMatrix>
Classes in org.ujmp.core.doublematrix.factory that implement SparseDoubleMatrix2DFactory Modifier and Type Class Description class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
DefaultSparseDoubleMatrix2DFactory
-