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

Packages that use LongMatrix
org.ujmp.core.interfaces   
org.ujmp.core.longmatrix   
org.ujmp.core.longmatrix.calculation   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.util.matrices   
 

Uses of LongMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return LongMatrix
 LongMatrix Conversions.toLongMatrix()
           
 

Uses of LongMatrix in org.ujmp.core.longmatrix
 

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

Uses of LongMatrix in org.ujmp.core.longmatrix.calculation
 

Methods in org.ujmp.core.longmatrix.calculation that return LongMatrix
 LongMatrix AbstractLongCalculation.calcLink()
           
 LongMatrix AbstractLongCalculation.calcNew()
           
 

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

Classes in org.ujmp.core.longmatrix.impl that implement LongMatrix
 class DefaultDenseLongMatrix2D
           
 class DefaultSparseLongMatrix
           
 class LongCalculationMatrix
           
 class SimpleDenseLongMatrix2D
           
 

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

Classes in org.ujmp.core.longmatrix.stub that implement LongMatrix
 class AbstractDenseLongMatrix
           
 class AbstractDenseLongMatrix2D
           
 class AbstractLongMatrix
           
 class AbstractSparseLongMatrix
           
 class AbstractSparseLongMatrix2D
           
 

Uses of LongMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return LongMatrix
 LongMatrix AbstractMatrix.toLongMatrix()
           
 

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

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



Copyright © 2010. All Rights Reserved.