Interface SparseDoubleMatrixFactory<T extends SparseDoubleMatrix>
-
- All Superinterfaces:
BaseDoubleMatrixFactory<T>
,BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,SparseGenericMatrixFactory<T>
,SparseMatrixFactory<T>
,SparseNumberMatrixFactory<T>
- All Known Subinterfaces:
DoubleMatrixFactory<T>
,SparseDoubleMatrix2DFactory<T>
,SparseDoubleMatrixMultiDFactory<T>
- All Known Implementing Classes:
AbstractSparseDoubleMatrix2DFactory
,AbstractSparseDoubleMatrixMultiDFactory
,ColtSparseDoubleMatrix2DFactory
,DefaultSparseDoubleMatrix2DFactory
public interface SparseDoubleMatrixFactory<T extends SparseDoubleMatrix> extends SparseNumberMatrixFactory<T>, BaseDoubleMatrixFactory<T>