org.ujmp.core.datematrix.factory
Interface DateMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractDateMatrix2DFactory, DefaultDateMatrix2DFactory

public interface DateMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.