org.ujmp.core.floatmatrix.factory
Class AbstractFloatMatrix2DFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFloatMatrix2DFactory
public AbstractFloatMatrix2DFactory()
zeros
public FloatMatrix2D zeros(long rows,
long columns)
throws MatrixException
- Specified by:
zeros
in interface FloatMatrix2DFactory
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.