org.ujmp.core.bytematrix.factory
Class DefaultByteMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.bytematrix.factory.AbstractByteMatrix2DFactory
      extended by org.ujmp.core.bytematrix.factory.DefaultByteMatrix2DFactory
All Implemented Interfaces:
Serializable, ByteMatrix2DFactory

public class DefaultByteMatrix2DFactory
extends AbstractByteMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
DefaultByteMatrix2DFactory()
           
 
Method Summary
 ByteMatrix2D dense(long rows, long columns)
           
 
Methods inherited from class org.ujmp.core.bytematrix.factory.AbstractByteMatrix2DFactory
zeros
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultByteMatrix2DFactory

public DefaultByteMatrix2DFactory()
Method Detail

dense

public ByteMatrix2D dense(long rows,
                          long columns)
                   throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.