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

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

Methods in org.ujmp.core that return DenseObjectMatrix2D
static DenseObjectMatrix2D MatrixFactory.linkToArray(Object... values)
           
static DenseObjectMatrix2D MatrixFactory.linkToArray(Object[]... values)
           
 

Uses of DenseObjectMatrix2D in org.ujmp.core.benchmark
 

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

Uses of DenseObjectMatrix2D in org.ujmp.core.mapmatrix
 

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

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

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

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

Methods in org.ujmp.core.objectmatrix.factory that return DenseObjectMatrix2D
 DenseObjectMatrix2D DenseObjectMatrix2DFactory.zeros(long... size)
           
 DenseObjectMatrix2D DefaultDenseObjectMatrix2DFactory.zeros(long... size)
           
 DenseObjectMatrix2D DenseObjectMatrix2DFactory.zeros(long rows, long cols)
           
 DenseObjectMatrix2D DefaultDenseObjectMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Classes in org.ujmp.core.objectmatrix.impl that implement DenseObjectMatrix2D
 class DefaultDenseObjectMatrix2D
           
 class DefaultTiledObjectMatrix2D
           
 class EmptyMatrix
           
 class FileMatrix
           
 class SimpleDenseObjectMatrix2D
           
 

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

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

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

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



Copyright © 2010. All Rights Reserved.