org.ujmp.core.floatmatrix.factory
Class AbstractFloatMatrix2DFactory

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

public abstract class AbstractFloatMatrix2DFactory
extends Object
implements FloatMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractFloatMatrix2DFactory()
           
 
Method Summary
 FloatMatrix2D 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.floatmatrix.factory.FloatMatrix2DFactory
dense
 

Constructor Detail

AbstractFloatMatrix2DFactory

public AbstractFloatMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.