org.ujmp.core.datematrix.factory
Class AbstractDateMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.datematrix.factory.AbstractDateMatrix2DFactory
All Implemented Interfaces:
Serializable, DateMatrix2DFactory
Direct Known Subclasses:
DefaultDateMatrix2DFactory

public abstract class AbstractDateMatrix2DFactory
extends Object
implements DateMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractDateMatrix2DFactory()
           
 
Method Summary
 DateMatrix2D 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.datematrix.factory.DateMatrix2DFactory
dense
 

Constructor Detail

AbstractDateMatrix2DFactory

public AbstractDateMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.