Uses of Interface
org.ujmp.core.longmatrix.LongMatrix2D

Packages that use LongMatrix2D
org.ujmp.core.interfaces   
org.ujmp.core.longmatrix   
org.ujmp.core.longmatrix.factory   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.objectmatrix.calculation   
org.ujmp.core.util.matrices   
 

Uses of LongMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return LongMatrix2D
 LongMatrix2D Conversions2D.toLongMatrix()
           
 

Uses of LongMatrix2D in org.ujmp.core.longmatrix
 

Subinterfaces of LongMatrix2D in org.ujmp.core.longmatrix
 interface DenseLongMatrix2D
           
 interface SparseLongMatrix2D
           
 

Uses of LongMatrix2D in org.ujmp.core.longmatrix.factory
 

Methods in org.ujmp.core.longmatrix.factory that return LongMatrix2D
 LongMatrix2D LongMatrix2DFactory.dense(long rows, long columns)
           
 LongMatrix2D DefaultLongMatrix2DFactory.dense(long rows, long columns)
           
 LongMatrix2D LongMatrix2DFactory.zeros(long rows, long columns)
           
 LongMatrix2D AbstractLongMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of LongMatrix2D in org.ujmp.core.longmatrix.impl
 

Classes in org.ujmp.core.longmatrix.impl that implement LongMatrix2D
 class DefaultDenseLongMatrix2D
           
 class SimpleDenseLongMatrix2D
           
 

Uses of LongMatrix2D in org.ujmp.core.longmatrix.stub
 

Classes in org.ujmp.core.longmatrix.stub that implement LongMatrix2D
 class AbstractDenseLongMatrix2D
           
 class AbstractSparseLongMatrix2D
           
 

Uses of LongMatrix2D in org.ujmp.core.objectmatrix.calculation
 

Methods in org.ujmp.core.objectmatrix.calculation that return LongMatrix2D
 LongMatrix2D Sortrows.getIndex()
           
 

Uses of LongMatrix2D in org.ujmp.core.util.matrices
 

Classes in org.ujmp.core.util.matrices that implement LongMatrix2D
 class MatrixMemoryUsage
           
 class MatrixRandomSeed
           
 class MatrixSystemTime
           
 



Copyright © 2010. All Rights Reserved.