Interface SparseObjectMatrixFactory<T extends SparseObjectMatrix>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseObjectMatrixFactory<T>, SparseGenericMatrixFactory<T>, SparseMatrixFactory<T>
All Known Subinterfaces:
ObjectMatrixFactory<T>, SparseObjectMatrix2DFactory<T>, SparseObjectMatrixMultiDFactory<T>
All Known Implementing Classes:
DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface SparseObjectMatrixFactory<T extends SparseObjectMatrix> extends BaseObjectMatrixFactory<T>, SparseGenericMatrixFactory<T>