Uses of Interface
org.ujmp.core.doublematrix.factory.SparseDoubleMatrixFactory
-
Packages that use SparseDoubleMatrixFactory Package Description org.ujmp.colt org.ujmp.core.doublematrix.factory -
-
Uses of SparseDoubleMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseDoubleMatrixFactory Modifier and Type Class Description class
ColtSparseDoubleMatrix2DFactory
-
Uses of SparseDoubleMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of SparseDoubleMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
interface
SparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
Classes in org.ujmp.core.doublematrix.factory that implement SparseDoubleMatrixFactory Modifier and Type Class Description class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
AbstractSparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
class
DefaultSparseDoubleMatrix2DFactory
-