org.ujmp.core.bigintegermatrix.factory
Class AbstractBigIntegerMatrix2DFactory
java.lang.Object
org.ujmp.core.bigintegermatrix.factory.AbstractBigIntegerMatrix2DFactory
- All Implemented Interfaces:
- Serializable, BigIntegerMatrix2DFactory
- Direct Known Subclasses:
- DefaultBigIntegerMatrix2DFactory
public abstract class AbstractBigIntegerMatrix2DFactory
- extends Object
- implements BigIntegerMatrix2DFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBigIntegerMatrix2DFactory
public AbstractBigIntegerMatrix2DFactory()
zeros
public BigIntegerMatrix2D zeros(long rows,
long columns)
throws MatrixException
- Specified by:
zeros
in interface BigIntegerMatrix2DFactory
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.