org.ujmp.core.intmatrix.factory
Interface IntMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractIntMatrix2DFactory, DefaultIntMatrix2DFactory

public interface IntMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.