org.ujmp.core.intmatrix.factory
Class AbstractIntMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.intmatrix.factory.AbstractIntMatrix2DFactory
All Implemented Interfaces:
Serializable, IntMatrix2DFactory
Direct Known Subclasses:
DefaultIntMatrix2DFactory

public abstract class AbstractIntMatrix2DFactory
extends Object
implements IntMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractIntMatrix2DFactory()
           
 
Method Summary
 IntMatrix2D 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.intmatrix.factory.IntMatrix2DFactory
dense
 

Constructor Detail

AbstractIntMatrix2DFactory

public AbstractIntMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.