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

Packages that use ObjectMatrix
org.ujmp.core.benchmark   
org.ujmp.core.interfaces   
org.ujmp.core.mapmatrix   
org.ujmp.core.matrix   
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 ObjectMatrix in org.ujmp.core.benchmark
 

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

Uses of ObjectMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return ObjectMatrix
 ObjectMatrix Conversions.toObjectMatrix()
           
 

Uses of ObjectMatrix in org.ujmp.core.mapmatrix
 

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

Uses of ObjectMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return ObjectMatrix
 ObjectMatrix AbstractMatrix.toObjectMatrix()
           
 

Uses of ObjectMatrix in org.ujmp.core.objectmatrix
 

Subinterfaces of ObjectMatrix in org.ujmp.core.objectmatrix
 interface DenseObjectMatrix
           
 interface DenseObjectMatrix2D
           
 interface ObjectMatrix2D
           
 interface SparseObjectMatrix
           
 interface SparseObjectMatrix2D
           
 

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

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

Methods in org.ujmp.core.objectmatrix.calculation that return ObjectMatrix
 ObjectMatrix AbstractObjectCalculation.calcLink()
           
 

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

Methods in org.ujmp.core.objectmatrix.factory that return ObjectMatrix
 ObjectMatrix ObjectMatrixFactory.zeros(long... size)
           
 

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

Classes in org.ujmp.core.objectmatrix.impl that implement ObjectMatrix
 class BufferedObjectMatrix
           
 class DefaultDenseObjectMatrix2D
           
 class DefaultDenseObjectMatrixMultiD
           
 class DefaultSparseColumnObjectMatrix2D
           
 class DefaultSparseObjectMatrix
           
 class DefaultSparseRowObjectMatrix2D
           
 class DefaultTiledObjectMatrix2D
           
 class EmptyMatrix
           
 class FileMatrix
           
 class ObjectCalculationMatrix
           
 class RemoteObjectMatrixUDP
           
 class SerializedSparseObjectMatrix
           
 class ServerObjectMatrixUDP
           
 class SimpleDenseObjectMatrix2D
           
 class VolatileSparseObjectMatrix
           
 

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

Classes in org.ujmp.core.objectmatrix.stub that implement ObjectMatrix
 class AbstractDenseObjectMatrix
           
 class AbstractDenseObjectMatrix2D
           
 class AbstractMapToSparseMatrixWrapper
           
 class AbstractMapToTiledMatrix2DWrapper
           
 class AbstractObjectMatrix
           
 class AbstractSparseObjectMatrix
           
 class AbstractSparseObjectMatrix2D
           
 

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

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



Copyright © 2010. All Rights Reserved.