org.ujmp.core.longmatrix.factory
Class AbstractLongMatrix2DFactory
java.lang.Object
org.ujmp.core.longmatrix.factory.AbstractLongMatrix2DFactory
- All Implemented Interfaces:
- Serializable, LongMatrix2DFactory
- Direct Known Subclasses:
- DefaultLongMatrix2DFactory
public abstract class AbstractLongMatrix2DFactory
- extends Object
- implements LongMatrix2DFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLongMatrix2DFactory
public AbstractLongMatrix2DFactory()
zeros
public LongMatrix2D zeros(long rows,
long columns)
throws MatrixException
- Specified by:
zeros
in interface LongMatrix2DFactory
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.