org.ujmp.core.booleanmatrix.factory
Class DefaultBooleanMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.booleanmatrix.factory.AbstractBooleanMatrix2DFactory
      extended by org.ujmp.core.booleanmatrix.factory.DefaultBooleanMatrix2DFactory
All Implemented Interfaces:
Serializable, BooleanMatrix2DFactory

public class DefaultBooleanMatrix2DFactory
extends AbstractBooleanMatrix2DFactory

See Also:
Serialized Form

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

Constructor Detail

DefaultBooleanMatrix2DFactory

public DefaultBooleanMatrix2DFactory()
Method Detail

dense

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


Copyright © 2010. All Rights Reserved.