Class AbstractSparseLongMatrix2DFactory<T extends SparseLongMatrix2D>

All Implemented Interfaces:
BaseGenericMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, LongMatrix2DFactory<T>, LongMatrixFactory<T>, BaseMatrixFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseMatrixMultiDFactory<T>, Matrix2DFactory<T>, MatrixMultiDFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseMatrixMultiDFactory<T>
Direct Known Subclasses:
DefaultSparseLongMatrix2DFactory

public abstract class AbstractSparseLongMatrix2DFactory<T extends SparseLongMatrix2D> extends AbstractSparseLongMatrixFactory<T> implements LongMatrix2DFactory<T>