org.ujmp.core.bigintegermatrix.factory
Interface BigIntegerMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractBigIntegerMatrix2DFactory, DefaultBigIntegerMatrix2DFactory

public interface BigIntegerMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.