Interface SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>>

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

public interface SparseNumberMatrix2DFactory<T extends SparseNumberMatrix2D<?>> extends SparseNumberMatrixFactory<T>, NumberMatrix2DFactory<T>, SparseGenericMatrix2DFactory<T>