Interface SparseNumberMatrixFactory<T extends SparseNumberMatrix<?>>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,SparseGenericMatrixFactory<T>
,SparseMatrixFactory<T>
- All Known Subinterfaces:
DoubleMatrixFactory<T>
,NumberMatrixFactory<T>
,SparseBigDecimalMatrixFactory<T>
,SparseDoubleMatrix2DFactory<T>
,SparseDoubleMatrixFactory<T>
,SparseDoubleMatrixMultiDFactory<T>
,SparseNumberMatrix2DFactory<T>
,SparseNumberMatrixMultiDFactory<T>
- All Known Implementing Classes:
AbstractSparseDoubleMatrix2DFactory
,AbstractSparseDoubleMatrixMultiDFactory
,ColtSparseDoubleMatrix2DFactory
,DefaultSparseDoubleMatrix2DFactory
public interface SparseNumberMatrixFactory<T extends SparseNumberMatrix<?>> extends BaseNumberMatrixFactory<T>, SparseGenericMatrixFactory<T>