org.ujmp.core.floatmatrix.factory
Class DefaultFloatMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.floatmatrix.factory.AbstractFloatMatrix2DFactory
      extended by org.ujmp.core.floatmatrix.factory.DefaultFloatMatrix2DFactory
All Implemented Interfaces:
Serializable, FloatMatrix2DFactory

public class DefaultFloatMatrix2DFactory
extends AbstractFloatMatrix2DFactory

See Also:
Serialized Form

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

Constructor Detail

DefaultFloatMatrix2DFactory

public DefaultFloatMatrix2DFactory()
Method Detail

dense

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


Copyright © 2010. All Rights Reserved.