org.ujmp.core.bigdecimalmatrix.factory
Class AbstractBigDecimalMatrix2DFactory

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

public abstract class AbstractBigDecimalMatrix2DFactory
extends Object
implements BigDecimalMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractBigDecimalMatrix2DFactory()
           
 
Method Summary
 BigDecimalMatrix2D 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.bigdecimalmatrix.factory.BigDecimalMatrix2DFactory
dense
 

Constructor Detail

AbstractBigDecimalMatrix2DFactory

public AbstractBigDecimalMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.