org.ujmp.core.longmatrix.factory
Class DefaultLongMatrix2DFactory

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

public class DefaultLongMatrix2DFactory
extends AbstractLongMatrix2DFactory

See Also:
Serialized Form

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

Constructor Detail

DefaultLongMatrix2DFactory

public DefaultLongMatrix2DFactory()
Method Detail

dense

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


Copyright © 2010. All Rights Reserved.