Class DefaultBigIntegerMatrix2DFactory
- java.lang.Object
-
- org.ujmp.core.bigintegermatrix.factory.AbstractBigIntegerMatrix2DFactory
-
- org.ujmp.core.bigintegermatrix.factory.DefaultBigIntegerMatrix2DFactory
-
- All Implemented Interfaces:
BigIntegerMatrix2DFactory<BigIntegerMatrix2D>
,BigIntegerMatrixFactory<BigIntegerMatrix2D>
,BaseGenericMatrixFactory<BigIntegerMatrix2D>
,GenericMatrix2DFactory<BigIntegerMatrix2D>
,BaseMatrixFactory<BigIntegerMatrix2D>
,Matrix2DFactory<BigIntegerMatrix2D>
,BaseNumberMatrixFactory<BigIntegerMatrix2D>
public class DefaultBigIntegerMatrix2DFactory extends AbstractBigIntegerMatrix2DFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultBigIntegerMatrix2DFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegerMatrix2D
zeros(long... size)
BigIntegerMatrix2D
zeros(long rows, long columns)
-
-
-
Method Detail
-
zeros
public BigIntegerMatrix2D zeros(long rows, long columns)
-
zeros
public BigIntegerMatrix2D zeros(long... size)
-
-