org.ujmp.core.bigintegermatrix.factory
Class DefaultBigIntegerMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.bigintegermatrix.factory.AbstractBigIntegerMatrix2DFactory
      extended by org.ujmp.core.bigintegermatrix.factory.DefaultBigIntegerMatrix2DFactory
All Implemented Interfaces:
Serializable, BigIntegerMatrix2DFactory

public class DefaultBigIntegerMatrix2DFactory
extends AbstractBigIntegerMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
DefaultBigIntegerMatrix2DFactory()
           
 
Method Summary
 BigIntegerMatrix2D dense(long rows, long columns)
           
 
Methods inherited from class org.ujmp.core.bigintegermatrix.factory.AbstractBigIntegerMatrix2DFactory
zeros
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBigIntegerMatrix2DFactory

public DefaultBigIntegerMatrix2DFactory()
Method Detail

dense

public BigIntegerMatrix2D dense(long rows,
                                long columns)
                         throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.