org.ujmp.core.shortmatrix.factory
Class DefaultShortMatrix2DFactory

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

public class DefaultShortMatrix2DFactory
extends AbstractShortMatrix2DFactory

See Also:
Serialized Form

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

Constructor Detail

DefaultShortMatrix2DFactory

public DefaultShortMatrix2DFactory()
Method Detail

dense

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


Copyright © 2010. All Rights Reserved.