Interface NumberMatrix2DFactory<T extends NumberMatrix2D<?>>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,GenericMatrix2DFactory<T>
,Matrix2DFactory<T>
- All Known Subinterfaces:
BigDecimalMatrix2DFactory<T>
,DenseDoubleMatrix2DFactory<T>
,DenseNumberMatrix2DFactory<T>
,DoubleMatrix2DFactory<T>
,DoubleMatrixFactory<T>
,NumberMatrixFactory<T>
,SparseDoubleMatrix2DFactory<T>
,SparseNumberMatrix2DFactory<T>
- All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory
,AbstractDenseDoubleMatrix2DFactory
,AbstractSparseDoubleMatrix2DFactory
,ColtDenseDoubleMatrix2DFactory
,ColtSparseDoubleMatrix2DFactory
,CommonsMathArrayDenseDoubleMatrix2DFactory
,CommonsMathBlockDenseDoubleMatrix2DFactory
,CommonsMathDenseDoubleMatrix2DFactory
,DefaultBigDecimalMatrix2DFactory
,DefaultDenseDoubleMatrix2DFactory
,DefaultSparseDoubleMatrix2DFactory
,JamaDenseDoubleMatrix2DFactory
,JBlasDenseDoubleMatrix2DFactory
,La4JDenseDoubleMatrix2DFactory
,VecMathDenseDoubleMatrix2DFactory
public interface NumberMatrix2DFactory<T extends NumberMatrix2D<?>> extends BaseNumberMatrixFactory<T>, GenericMatrix2DFactory<T>
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
-