Interface DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>

All Superinterfaces:
BaseDoubleMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, DenseDoubleMatrixFactory<T>, DenseGenericMatrix2DFactory<T>, DenseGenericMatrixFactory<T>, DenseMatrix2DFactory<T>, DenseMatrixFactory<T>, DenseNumberMatrix2DFactory<T>, DenseNumberMatrixFactory<T>, DoubleMatrix2DFactory<T>, GenericMatrix2DFactory<T>, Matrix2DFactory<T>, NumberMatrix2DFactory<T>
All Known Subinterfaces:
DoubleMatrixFactory<T>
All Known Implementing Classes:
AbstractDenseDoubleMatrix2DFactory, ColtDenseDoubleMatrix2DFactory, CommonsMathArrayDenseDoubleMatrix2DFactory, CommonsMathBlockDenseDoubleMatrix2DFactory, CommonsMathDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, JamaDenseDoubleMatrix2DFactory, JBlasDenseDoubleMatrix2DFactory, La4JDenseDoubleMatrix2DFactory, VecMathDenseDoubleMatrix2DFactory

public interface DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D> extends DenseNumberMatrix2DFactory<T>, DenseDoubleMatrixFactory<T>, DoubleMatrix2DFactory<T>