Interface BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D>
-
- All Superinterfaces:
BaseBigDecimalMatrixFactory<T>
,BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,GenericMatrix2DFactory<T>
,Matrix2DFactory<T>
,NumberMatrix2DFactory<T>
- All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory
,DefaultBigDecimalMatrix2DFactory
public interface BigDecimalMatrix2DFactory<T extends BigDecimalMatrix2D> extends NumberMatrix2DFactory<T>, BaseBigDecimalMatrixFactory<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
-
-