Uses of Interface
org.ujmp.core.matrix.factory.SparseMatrixFactory
Packages that use SparseMatrixFactory
Package
Description
-
Uses of SparseMatrixFactory in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseMatrixFactory -
Uses of SparseMatrixFactory in org.ujmp.core.bigdecimalmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.bigdecimalmatrix.factoryModifier and TypeInterfaceDescriptioninterface
-
Uses of SparseMatrixFactory in org.ujmp.core.bigintegermatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.bigintegermatrix.factoryModifier and TypeInterfaceDescriptioninterface
-
Uses of SparseMatrixFactory in org.ujmp.core.booleanmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.booleanmatrix.factoryModifier and TypeInterfaceDescriptioninterface
BooleanMatrix2DFactory<T extends BooleanMatrix2D>
interface
BooleanMatrixFactory<T extends BooleanMatrix>
interface
SparseBooleanMatrixFactory<T extends SparseBooleanMatrix>
Classes in org.ujmp.core.booleanmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.bytearraymatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.bytearraymatrix.factoryModifier and TypeInterfaceDescriptioninterface
ByteArrayMatrix2DFactory<T extends ByteArrayMatrix2D>
interface
ByteArrayMatrixFactory<T extends ByteArrayMatrix>
interface
DenseByteArrayMatrixFactory<T extends DenseByteArrayMatrix>
interface
-
Uses of SparseMatrixFactory in org.ujmp.core.bytematrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.bytematrix.factoryModifier and TypeInterfaceDescriptioninterface
ByteMatrix2DFactory<T extends ByteMatrix2D>
interface
ByteMatrixFactory<T extends ByteMatrix>
interface
DenseByteMatrixFactory<T extends DenseByteMatrix>
interface
SparseByteMatrixFactory<T extends SparseByteMatrix>
Classes in org.ujmp.core.bytematrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.charmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.charmatrix.factoryModifier and TypeInterfaceDescriptioninterface
CharMatrix2DFactory<T extends CharMatrix2D>
interface
CharMatrixFactory<T extends CharMatrix>
interface
DenseCharMatrixFactory<T extends DenseCharMatrix>
interface
SparseCharMatrixFactory<T extends SparseCharMatrix>
Classes in org.ujmp.core.charmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.doublematrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.doublematrix.factoryModifier and TypeInterfaceDescriptioninterface
DoubleMatrixFactory<T extends DoubleMatrix>
interface
SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
interface
SparseDoubleMatrixFactory<T extends SparseDoubleMatrix>
interface
Classes in org.ujmp.core.doublematrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
class
-
Uses of SparseMatrixFactory in org.ujmp.core.floatmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.floatmatrix.factoryModifier and TypeInterfaceDescriptioninterface
DenseFloatMatrixFactory<T extends DenseFloatMatrix>
interface
FloatMatrix2DFactory<T extends FloatMatrix2D>
interface
FloatMatrixFactory<T extends FloatMatrix>
interface
SparseFloatMatrixFactory<T extends SparseFloatMatrix>
Classes in org.ujmp.core.floatmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.genericmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.genericmatrix.factoryModifier and TypeInterfaceDescriptioninterface
GenericMatrixFactory<T extends GenericMatrix<?>>
interface
SparseGenericMatrix2DFactory<T extends SparseGenericMatrix2D<?>>
interface
SparseGenericMatrixFactory<T extends SparseGenericMatrix<?>>
interface
SparseGenericMatrixMultiDFactory<T extends SparseGenericMatrixMultiD<?>>
-
Uses of SparseMatrixFactory in org.ujmp.core.intmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.intmatrix.factoryModifier and TypeInterfaceDescriptioninterface
DenseIntMatrixFactory<T extends DenseIntMatrix>
interface
IntMatrix2DFactory<T extends IntMatrix2D>
interface
IntMatrixFactory<T extends IntMatrix>
interface
SparseIntMatrixFactory<T extends SparseIntMatrix>
Classes in org.ujmp.core.intmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.longmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.longmatrix.factoryModifier and TypeInterfaceDescriptioninterface
DenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
interface
DenseLongMatrixFactory<T extends DenseLongMatrix>
interface
LongMatrix2DFactory<T extends LongMatrix2D>
interface
LongMatrixFactory<T extends LongMatrix>
interface
SparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
interface
SparseLongMatrixFactory<T extends SparseLongMatrix>
Classes in org.ujmp.core.longmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
AbstractDenseLongMatrixFactory<T extends DenseLongMatrix>
class
AbstractLongMatrix2DFactory<T extends LongMatrix2D>
class
AbstractLongMatrixFactory<T extends LongMatrix>
class
class
AbstractSparseLongMatrixFactory<T extends SparseLongMatrix>
class
class
class
class
class
class
-
Uses of SparseMatrixFactory in org.ujmp.core.matrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.matrix.factoryModifier and TypeInterfaceDescriptioninterface
SparseMatrix2DFactory<T extends SparseMatrix2D>
interface
SparseMatrixMultiDFactory<T extends SparseMatrixMultiD>
-
Uses of SparseMatrixFactory in org.ujmp.core.numbermatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.numbermatrix.factoryModifier and TypeInterfaceDescriptioninterface
NumberMatrixFactory<T extends NumberMatrix<?>>
interface
SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>
interface
SparseNumberMatrixFactory<T extends SparseNumberMatrix<?>>
interface
SparseNumberMatrixMultiDFactory<T extends SparseNumberMatrixMultiD<?>>
-
Uses of SparseMatrixFactory in org.ujmp.core.objectmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.objectmatrix.factoryModifier and TypeInterfaceDescriptioninterface
ObjectMatrixFactory<T extends ObjectMatrix>
interface
SparseObjectMatrix2DFactory<T extends SparseObjectMatrix2D>
interface
SparseObjectMatrixFactory<T extends SparseObjectMatrix>
interface
Classes in org.ujmp.core.objectmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.shortmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.shortmatrix.factoryModifier and TypeInterfaceDescriptioninterface
DenseShortMatrixFactory<T extends DenseShortMatrix>
interface
ShortMatrix2DFactory<T extends ShortMatrix2D>
interface
ShortMatrixFactory<T extends ShortMatrix>
interface
SparseShortMatrixFactory<T extends SparseShortMatrix>
Classes in org.ujmp.core.shortmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrixFactory in org.ujmp.core.stringmatrix.factory
Subinterfaces of SparseMatrixFactory in org.ujmp.core.stringmatrix.factoryModifier and TypeInterfaceDescriptioninterface
DenseStringMatrix2DFactory<T extends DenseStringMatrix2D>
interface
DenseStringMatrixFactory<T extends DenseStringMatrix>
interface
SparseStringMatrixFactory<T extends SparseStringMatrix>
interface
StringMatrix2DFactory<T extends StringMatrix2D>
interface
StringMatrixFactory<T extends StringMatrix>
Classes in org.ujmp.core.stringmatrix.factory that implement SparseMatrixFactoryModifier and TypeClassDescriptionclass
class
class
class