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