Interface DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>>

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

public interface DenseNumberMatrix2DFactory<T extends DenseNumberMatrix2D<?>> extends DenseNumberMatrixFactory<T>, NumberMatrix2DFactory<T>, DenseGenericMatrix2DFactory<T>