org.ujmp.core.bytematrix.factory
Class AbstractByteMatrix2DFactory

java.lang.Object
  extended by 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

Constructor Summary
AbstractByteMatrix2DFactory()
           
 
Method Summary
 ByteMatrix2D 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.bytematrix.factory.ByteMatrix2DFactory
dense
 

Constructor Detail

AbstractByteMatrix2DFactory

public AbstractByteMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.