Interface DenseDoubleMatrixFactory<T extends DenseDoubleMatrix>

All Superinterfaces:
BaseDoubleMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, DenseGenericMatrixFactory<T>, DenseMatrixFactory<T>, DenseNumberMatrixFactory<T>
All Known Subinterfaces:
DenseDoubleMatrix2DFactory<T>, DenseDoubleMatrixMultiDFactory<T>, DoubleMatrixFactory<T>
All Known Implementing Classes:
AbstractDenseDoubleMatrix2DFactory, AbstractDenseDoubleMatrixMultiDFactory, ColtDenseDoubleMatrix2DFactory, CommonsMathArrayDenseDoubleMatrix2DFactory, CommonsMathBlockDenseDoubleMatrix2DFactory, CommonsMathDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrixMultiDFactory, JamaDenseDoubleMatrix2DFactory, JBlasDenseDoubleMatrix2DFactory, La4JDenseDoubleMatrix2DFactory, VecMathDenseDoubleMatrix2DFactory

public interface DenseDoubleMatrixFactory<T extends DenseDoubleMatrix> extends DenseNumberMatrixFactory<T>, BaseDoubleMatrixFactory<T>