org.ujmp.core.bigdecimalmatrix.factory
Class DefaultBigDecimalMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.bigdecimalmatrix.factory.AbstractBigDecimalMatrix2DFactory
      extended by org.ujmp.core.bigdecimalmatrix.factory.DefaultBigDecimalMatrix2DFactory
All Implemented Interfaces:
Serializable, BigDecimalMatrix2DFactory

public class DefaultBigDecimalMatrix2DFactory
extends AbstractBigDecimalMatrix2DFactory

See Also:
Serialized Form

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

Constructor Detail

DefaultBigDecimalMatrix2DFactory

public DefaultBigDecimalMatrix2DFactory()
Method Detail

dense

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


Copyright © 2010. All Rights Reserved.