org.ujmp.core.intmatrix.factory
Class DefaultIntMatrix2DFactory

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

public class DefaultIntMatrix2DFactory
extends AbstractIntMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
DefaultIntMatrix2DFactory()
           
 
Method Summary
 IntMatrix2D dense(long rows, long columns)
           
 
Methods inherited from class org.ujmp.core.intmatrix.factory.AbstractIntMatrix2DFactory
zeros
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIntMatrix2DFactory

public DefaultIntMatrix2DFactory()
Method Detail

dense

public IntMatrix2D dense(long rows,
                         long columns)
                  throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.