Interface BaseNumberMatrixFactory<T extends BaseNumberMatrix<?>>

All Superinterfaces:
BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>
All Known Subinterfaces:
BaseBigDecimalMatrixFactory<T>, BaseBigIntegerMatrixFactory<T>, BaseDoubleMatrixFactory<T>, BigDecimalMatrix2DFactory<T>, BigDecimalMatrixMultiDFactory<T>, BigIntegerMatrix2DFactory<T>, BigIntegerMatrixFactory<T>, BigIntegerMatrixMultiDFactory<T>, DenseBigDecimalMatrixFactory<T>, DenseBigIntegerMatrixFactory<T>, DenseDoubleMatrix2DFactory<T>, DenseDoubleMatrixFactory<T>, DenseDoubleMatrixMultiDFactory<T>, DenseNumberMatrix2DFactory<T>, DenseNumberMatrixFactory<T>, DenseNumberMatrixMultiDFactory<T>, DoubleMatrix2DFactory<T>, DoubleMatrixFactory<T>, DoubleMatrixMultiDFactory<T>, NumberMatrix2DFactory<T>, NumberMatrixFactory<T>, NumberMatrixMultiDFactory<T>, SparseBigDecimalMatrixFactory<T>, SparseBigIntegerMatrixFactory<T>, SparseDoubleMatrix2DFactory<T>, SparseDoubleMatrixFactory<T>, SparseDoubleMatrixMultiDFactory<T>, SparseNumberMatrix2DFactory<T>, SparseNumberMatrixFactory<T>, SparseNumberMatrixMultiDFactory<T>
All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory, AbstractBigIntegerMatrix2DFactory, AbstractDenseDoubleMatrix2DFactory, AbstractDenseDoubleMatrixMultiDFactory, AbstractSparseDoubleMatrix2DFactory, AbstractSparseDoubleMatrixMultiDFactory, ColtDenseDoubleMatrix2DFactory, ColtSparseDoubleMatrix2DFactory, CommonsMathArrayDenseDoubleMatrix2DFactory, CommonsMathBlockDenseDoubleMatrix2DFactory, CommonsMathDenseDoubleMatrix2DFactory, DefaultBigDecimalMatrix2DFactory, DefaultBigIntegerMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrixMultiDFactory, DefaultSparseDoubleMatrix2DFactory, JamaDenseDoubleMatrix2DFactory, JBlasDenseDoubleMatrix2DFactory, La4JDenseDoubleMatrix2DFactory, VecMathDenseDoubleMatrix2DFactory

public interface BaseNumberMatrixFactory<T extends BaseNumberMatrix<?>> extends BaseGenericMatrixFactory<T>