Uses of Interface
org.ujmp.core.numbermatrix.factory.SparseNumberMatrixFactory
-
Packages that use SparseNumberMatrixFactory Package Description org.ujmp.colt org.ujmp.core.bigdecimalmatrix.factory org.ujmp.core.doublematrix.factory org.ujmp.core.numbermatrix.factory -
-
Uses of SparseNumberMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseNumberMatrixFactory Modifier and Type Class Description class
ColtSparseDoubleMatrix2DFactory
-
Uses of SparseNumberMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of SparseNumberMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory Modifier and Type Interface Description interface
SparseBigDecimalMatrixFactory<T extends SparseBigDecimalMatrix>
-
Uses of SparseNumberMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of SparseNumberMatrixFactory in org.ujmp.core.doublematrix.factory Modifier and Type Interface Description interface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
interface
SparseDoubleMatrixFactory<T extends SparseDoubleMatrix>
interface
SparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
Classes in org.ujmp.core.doublematrix.factory that implement SparseNumberMatrixFactory Modifier and Type Class Description class
AbstractSparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
class
AbstractSparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
class
DefaultSparseDoubleMatrix2DFactory
-
Uses of SparseNumberMatrixFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of SparseNumberMatrixFactory in org.ujmp.core.numbermatrix.factory Modifier and Type Interface Description interface
NumberMatrixFactory<T extends NumberMatrix<?>>
interface
SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>
interface
SparseNumberMatrixMultiDFactory<T extends SparseNumberMatrixMultiD<?>>
-