Class DefaultBigDecimalMatrix2DFactory
- java.lang.Object
-
- org.ujmp.core.bigdecimalmatrix.factory.AbstractBigDecimalMatrix2DFactory
-
- org.ujmp.core.bigdecimalmatrix.factory.DefaultBigDecimalMatrix2DFactory
-
- All Implemented Interfaces:
BaseBigDecimalMatrixFactory<BigDecimalMatrix2D>
,BigDecimalMatrix2DFactory<BigDecimalMatrix2D>
,BaseGenericMatrixFactory<BigDecimalMatrix2D>
,GenericMatrix2DFactory<BigDecimalMatrix2D>
,BaseMatrixFactory<BigDecimalMatrix2D>
,Matrix2DFactory<BigDecimalMatrix2D>
,BaseNumberMatrixFactory<BigDecimalMatrix2D>
,NumberMatrix2DFactory<BigDecimalMatrix2D>
public class DefaultBigDecimalMatrix2DFactory extends AbstractBigDecimalMatrix2DFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultBigDecimalMatrix2DFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalMatrix2D
zeros(long... size)
BigDecimalMatrix2D
zeros(long rows, long columns)
-
-
-
Method Detail
-
zeros
public BigDecimalMatrix2D zeros(long rows, long columns)
-
zeros
public BigDecimalMatrix2D zeros(long... size)
-
-