Interface DenseLongMatrixFactory<T extends DenseLongMatrix>

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

public interface DenseLongMatrixFactory<T extends DenseLongMatrix> extends DenseGenericMatrixFactory<T>, LongMatrixFactory<T>