org.ujmp.core.longmatrix.factory
Interface LongMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractLongMatrix2DFactory, DefaultLongMatrix2DFactory

public interface LongMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.