org.ujmp.core.longmatrix.factory
Class AbstractLongMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.longmatrix.factory.AbstractLongMatrix2DFactory
All Implemented Interfaces:
Serializable, LongMatrix2DFactory
Direct Known Subclasses:
DefaultLongMatrix2DFactory

public abstract class AbstractLongMatrix2DFactory
extends Object
implements LongMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractLongMatrix2DFactory()
           
 
Method Summary
 LongMatrix2D 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.longmatrix.factory.LongMatrix2DFactory
dense
 

Constructor Detail

AbstractLongMatrix2DFactory

public AbstractLongMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.