Class AbstractBigDecimalMatrix2DFactory
java.lang.Object
org.ujmp.core.bigdecimalmatrix.factory.AbstractBigDecimalMatrix2DFactory
- All Implemented Interfaces:
BaseBigDecimalMatrixFactory<BigDecimalMatrix2D>
,BigDecimalMatrix2DFactory<BigDecimalMatrix2D>
,BaseGenericMatrixFactory<BigDecimalMatrix2D>
,GenericMatrix2DFactory<BigDecimalMatrix2D>
,BaseMatrixFactory<BigDecimalMatrix2D>
,Matrix2DFactory<BigDecimalMatrix2D>
,BaseNumberMatrixFactory<BigDecimalMatrix2D>
,NumberMatrix2DFactory<BigDecimalMatrix2D>
- Direct Known Subclasses:
DefaultBigDecimalMatrix2DFactory
public abstract class AbstractBigDecimalMatrix2DFactory
extends Object
implements BigDecimalMatrix2DFactory<BigDecimalMatrix2D>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
Constructor Details
-
AbstractBigDecimalMatrix2DFactory
public AbstractBigDecimalMatrix2DFactory()
-