Interface SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>

All Superinterfaces:
BaseDoubleMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, DoubleMatrix2DFactory<T>, GenericMatrix2DFactory<T>, Matrix2DFactory<T>, NumberMatrix2DFactory<T>, SparseDoubleMatrixFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseNumberMatrix2DFactory<T>, SparseNumberMatrixFactory<T>
All Known Subinterfaces:
DoubleMatrixFactory<T>
All Known Implementing Classes:
AbstractSparseDoubleMatrix2DFactory, ColtSparseDoubleMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory

public interface SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D> extends SparseNumberMatrix2DFactory<T>, SparseDoubleMatrixFactory<T>, DoubleMatrix2DFactory<T>