Class AbstractLongMatrix2DFactory<T extends LongMatrix2D>

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:
AbstractDenseLongMatrix2DFactory, DefaultLongMatrix2DFactory

public abstract class AbstractLongMatrix2DFactory<T extends LongMatrix2D> extends AbstractLongMatrixFactory<T> implements LongMatrix2DFactory<T>