Uses of Interface
org.ujmp.core.datematrix.DateMatrix2D

Packages that use DateMatrix2D
org.ujmp.core.datematrix   
org.ujmp.core.datematrix.factory   
org.ujmp.core.datematrix.impl   
org.ujmp.core.datematrix.stub   
org.ujmp.core.interfaces   
 

Uses of DateMatrix2D in org.ujmp.core.datematrix
 

Subinterfaces of DateMatrix2D in org.ujmp.core.datematrix
 interface DenseDateMatrix2D
           
 interface SparseDateMatrix2D
           
 

Uses of DateMatrix2D in org.ujmp.core.datematrix.factory
 

Methods in org.ujmp.core.datematrix.factory that return DateMatrix2D
 DateMatrix2D DefaultDateMatrix2DFactory.dense(long rows, long columns)
           
 DateMatrix2D DateMatrix2DFactory.dense(long rows, long columns)
           
 DateMatrix2D DateMatrix2DFactory.zeros(long rows, long columns)
           
 DateMatrix2D AbstractDateMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of DateMatrix2D in org.ujmp.core.datematrix.impl
 

Classes in org.ujmp.core.datematrix.impl that implement DateMatrix2D
 class DefaultDenseDateMatrix2D
           
 class SimpleDenseDateMatrix2D
           
 

Uses of DateMatrix2D in org.ujmp.core.datematrix.stub
 

Classes in org.ujmp.core.datematrix.stub that implement DateMatrix2D
 class AbstractDenseDateMatrix2D
           
 class AbstractSparseDateMatrix2D
           
 

Uses of DateMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return DateMatrix2D
 DateMatrix2D Conversions2D.toDateMatrix()
           
 



Copyright © 2010. All Rights Reserved.