org.ujmp.core.booleanmatrix.factory
Interface BooleanMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractBooleanMatrix2DFactory, DefaultBooleanMatrix2DFactory

public interface BooleanMatrix2DFactory
extends Serializable


Method Summary
 BooleanMatrix2D dense(long rows, long columns)
           
 BooleanMatrix2D zeros(long rows, long columns)
           
 

Method Detail

dense

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

zeros

BooleanMatrix2D zeros(long rows,
                      long columns)
                      throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.