Interface DenseLongMatrix2DFactory<T extends DenseLongMatrix2D>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, DenseLongMatrixFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseMatrixMultiDFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, LongMatrix2DFactory<T>, LongMatrixFactory<T>, Matrix2DFactory<T>, MatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, SparseMatrix2DFactory<T>, SparseMatrixFactory<T>, SparseMatrixMultiDFactory<T>
All Known Implementing Classes:
AbstractDenseLongMatrix2DFactory, DefaultDenseLongMatrix2DFactory

public interface DenseLongMatrix2DFactory<T extends DenseLongMatrix2D> extends DenseMatrix2DFactory<T>, DenseLongMatrixFactory<T>, LongMatrix2DFactory<T>