org.ujmp.core.bigintegermatrix.factory
Class AbstractBigIntegerMatrix2DFactory

java.lang.Object
  extended by 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

Constructor Summary
AbstractBigIntegerMatrix2DFactory()
           
 
Method Summary
 BigIntegerMatrix2D zeros(long rows, long columns)
           
 
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.bigintegermatrix.factory.BigIntegerMatrix2DFactory
dense
 

Constructor Detail

AbstractBigIntegerMatrix2DFactory

public AbstractBigIntegerMatrix2DFactory()
Method Detail

zeros

public BigIntegerMatrix2D zeros(long rows,
                                long columns)
                         throws MatrixException
Specified by:
zeros in interface BigIntegerMatrix2DFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.