Uses of Interface
org.ujmp.core.objectmatrix.DenseObjectMatrix

Packages that use DenseObjectMatrix
org.ujmp.core.benchmark   
org.ujmp.core.mapmatrix   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.calculation   
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.util.matrices   
 

Uses of DenseObjectMatrix in org.ujmp.core.benchmark
 

Classes in org.ujmp.core.benchmark that implement DenseObjectMatrix
 class BenchmarkConfig
           
 

Uses of DenseObjectMatrix in org.ujmp.core.mapmatrix
 

Classes in org.ujmp.core.mapmatrix that implement DenseObjectMatrix
 class AbstractMapMatrix<K,V>
           
 class DefaultMapMatrix<K,V>
           
 

Uses of DenseObjectMatrix in org.ujmp.core.objectmatrix
 

Subinterfaces of DenseObjectMatrix in org.ujmp.core.objectmatrix
 interface DenseObjectMatrix2D
           
 

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

Classes in org.ujmp.core.objectmatrix.calculation that implement DenseObjectMatrix
 class WelcomeMatrix
           
 

Uses of DenseObjectMatrix in org.ujmp.core.objectmatrix.factory
 

Methods in org.ujmp.core.objectmatrix.factory that return DenseObjectMatrix
 DenseObjectMatrix DenseObjectMatrixFactory.zeros(long... size)
           
 DenseObjectMatrix DefaultDenseObjectMatrixFactory.zeros(long... size)
           
 

Uses of DenseObjectMatrix in org.ujmp.core.objectmatrix.impl
 

Classes in org.ujmp.core.objectmatrix.impl that implement DenseObjectMatrix
 class DefaultDenseObjectMatrix2D
           
 class DefaultDenseObjectMatrixMultiD
           
 class DefaultTiledObjectMatrix2D
           
 class EmptyMatrix
           
 class FileMatrix
           
 class ObjectCalculationMatrix
           
 class RemoteObjectMatrixUDP
           
 class SimpleDenseObjectMatrix2D
           
 

Uses of DenseObjectMatrix in org.ujmp.core.objectmatrix.stub
 

Classes in org.ujmp.core.objectmatrix.stub that implement DenseObjectMatrix
 class AbstractDenseObjectMatrix
           
 class AbstractDenseObjectMatrix2D
           
 class AbstractMapToTiledMatrix2DWrapper
           
 

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

Classes in org.ujmp.core.util.matrices that implement DenseObjectMatrix
 class FileFormatMatrix
           
 class MatrixRunningThreads
           
 class MatrixSystemEnvironment
           
 class MatrixSystemProperties
           
 



Copyright © 2010. All Rights Reserved.