Class AbstractBigIntegerMatrix2DFactory
java.lang.Object
org.ujmp.core.bigintegermatrix.factory.AbstractBigIntegerMatrix2DFactory
- All Implemented Interfaces:
BigIntegerMatrix2DFactory<BigIntegerMatrix2D>
,BigIntegerMatrixFactory<BigIntegerMatrix2D>
,BaseGenericMatrixFactory<BigIntegerMatrix2D>
,GenericMatrix2DFactory<BigIntegerMatrix2D>
,BaseMatrixFactory<BigIntegerMatrix2D>
,Matrix2DFactory<BigIntegerMatrix2D>
,BaseNumberMatrixFactory<BigIntegerMatrix2D>
- Direct Known Subclasses:
DefaultBigIntegerMatrix2DFactory
public abstract class AbstractBigIntegerMatrix2DFactory
extends Object
implements BigIntegerMatrix2DFactory<BigIntegerMatrix2D>
-
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
-
AbstractBigIntegerMatrix2DFactory
public AbstractBigIntegerMatrix2DFactory()
-