org.ujmp.core.booleanmatrix.factory
Class AbstractBooleanMatrix2DFactory

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

public abstract class AbstractBooleanMatrix2DFactory
extends Object
implements BooleanMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractBooleanMatrix2DFactory()
           
 
Method Summary
 BooleanMatrix2D 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.booleanmatrix.factory.BooleanMatrix2DFactory
dense
 

Constructor Detail

AbstractBooleanMatrix2DFactory

public AbstractBooleanMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.