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