org.ujmp.core.shortmatrix.factory
Class AbstractShortMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.shortmatrix.factory.AbstractShortMatrix2DFactory
All Implemented Interfaces:
Serializable, ShortMatrix2DFactory
Direct Known Subclasses:
DefaultShortMatrix2DFactory

public abstract class AbstractShortMatrix2DFactory
extends Object
implements ShortMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractShortMatrix2DFactory()
           
 
Method Summary
 ShortMatrix2D 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.shortmatrix.factory.ShortMatrix2DFactory
dense
 

Constructor Detail

AbstractShortMatrix2DFactory

public AbstractShortMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.