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