Class AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>

All Implemented Interfaces:
BaseGenericMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseGenericMatrixMultiDFactory<T>, GenericMatrix2DFactory<T>, GenericMatrixFactory<T>, GenericMatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixFactory<T>, SparseGenericMatrixMultiDFactory<T>, DenseLongMatrix2DFactory<T>, DenseLongMatrixFactory<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:
DefaultDenseLongMatrix2DFactory

public abstract class AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D> extends AbstractLongMatrix2DFactory<T> implements DenseLongMatrix2DFactory<T>
  • Constructor Details

    • AbstractDenseLongMatrix2DFactory

      public AbstractDenseLongMatrix2DFactory()