Interface SparseMatrixFactory<T extends SparseMatrix>

All Superinterfaces:
BaseMatrixFactory<T>
All Known Subinterfaces:
BooleanMatrix2DFactory<T>, BooleanMatrixFactory<T>, ByteArrayMatrix2DFactory<T>, ByteArrayMatrixFactory<T>, ByteMatrix2DFactory<T>, ByteMatrixFactory<T>, CharMatrix2DFactory<T>, CharMatrixFactory<T>, DenseByteArrayMatrixFactory<T>, DenseByteMatrixFactory<T>, DenseCharMatrixFactory<T>, DenseFloatMatrixFactory<T>, DenseIntMatrixFactory<T>, DenseLongMatrix2DFactory<T>, DenseLongMatrixFactory<T>, DenseShortMatrixFactory<T>, DenseStringMatrix2DFactory<T>, DenseStringMatrixFactory<T>, DoubleMatrixFactory<T>, FloatMatrix2DFactory<T>, FloatMatrixFactory<T>, GenericMatrixFactory<T>, IntMatrix2DFactory<T>, IntMatrixFactory<T>, LongMatrix2DFactory<T>, LongMatrixFactory<T>, NumberMatrixFactory<T>, ObjectMatrixFactory<T>, ShortMatrix2DFactory<T>, ShortMatrixFactory<T>, SparseBigDecimalMatrixFactory<T>, SparseBigIntegerMatrixFactory<T>, SparseBooleanMatrixFactory<T>, SparseByteArrayMatrixFactory<T>, SparseByteMatrixFactory<T>, SparseCharMatrixFactory<T>, SparseDoubleMatrix2DFactory<T>, SparseDoubleMatrixFactory<T>, SparseDoubleMatrixMultiDFactory<T>, SparseFloatMatrixFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, SparseIntMatrixFactory<T>, SparseLongMatrix2DFactory<T>, SparseLongMatrixFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixMultiDFactory<T>, SparseNumberMatrix2DFactory<T>, SparseNumberMatrixFactory<T>, SparseNumberMatrixMultiDFactory<T>, SparseObjectMatrix2DFactory<T>, SparseObjectMatrixFactory<T>, SparseObjectMatrixMultiDFactory<T>, SparseShortMatrixFactory<T>, SparseStringMatrixFactory<T>, StringMatrix2DFactory<T>, StringMatrixFactory<T>
All Known Implementing Classes:
AbstractBooleanMatrix2DFactory, AbstractByteMatrix2DFactory, AbstractCharMatrix2DFactory, AbstractDenseLongMatrix2DFactory, AbstractDenseLongMatrixFactory, AbstractDenseStringMatrix2DFactory, AbstractFloatMatrix2DFactory, AbstractIntMatrix2DFactory, AbstractLongMatrix2DFactory, AbstractLongMatrixFactory, AbstractShortMatrix2DFactory, AbstractSparseDoubleMatrix2DFactory, AbstractSparseDoubleMatrixMultiDFactory, AbstractSparseLongMatrix2DFactory, AbstractSparseLongMatrixFactory, AbstractStringMatrix2DFactory, ColtSparseDoubleMatrix2DFactory, DefaultBooleanMatrix2DFactory, DefaultByteMatrix2DFactory, DefaultCharMatrix2DFactory, DefaultDenseLongMatrix2DFactory, DefaultDenseLongMatrixFactory, DefaultDenseStringMatrix2DFactory, DefaultFloatMatrix2DFactory, DefaultIntMatrix2DFactory, DefaultLongMatrix2DFactory, DefaultLongMatrixFactory, DefaultShortMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory, DefaultSparseLongMatrix2DFactory, DefaultSparseLongMatrixFactory, DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory, DefaultStringMatrix2DFactory

public interface SparseMatrixFactory<T extends SparseMatrix> extends BaseMatrixFactory<T>