Interface DenseNumberMatrixFactory<T extends DenseNumberMatrix<?>>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,DenseGenericMatrixFactory<T>
,DenseMatrixFactory<T>
- All Known Subinterfaces:
DenseBigDecimalMatrixFactory<T>
,DenseBigIntegerMatrixFactory<T>
,DenseDoubleMatrix2DFactory<T>
,DenseDoubleMatrixFactory<T>
,DenseDoubleMatrixMultiDFactory<T>
,DenseNumberMatrix2DFactory<T>
,DenseNumberMatrixMultiDFactory<T>
,DoubleMatrixFactory<T>
,NumberMatrixFactory<T>
- All Known Implementing Classes:
AbstractDenseDoubleMatrix2DFactory
,AbstractDenseDoubleMatrixMultiDFactory
,ColtDenseDoubleMatrix2DFactory
,CommonsMathArrayDenseDoubleMatrix2DFactory
,CommonsMathBlockDenseDoubleMatrix2DFactory
,CommonsMathDenseDoubleMatrix2DFactory
,DefaultDenseDoubleMatrix2DFactory
,DefaultDenseDoubleMatrixMultiDFactory
,JamaDenseDoubleMatrix2DFactory
,JBlasDenseDoubleMatrix2DFactory
,La4JDenseDoubleMatrix2DFactory
,VecMathDenseDoubleMatrix2DFactory
public interface DenseNumberMatrixFactory<T extends DenseNumberMatrix<?>> extends BaseNumberMatrixFactory<T>, DenseGenericMatrixFactory<T>