Uses of Interface
org.ujmp.core.intmatrix.DenseIntMatrix2D

Packages that use DenseIntMatrix2D
org.ujmp.core   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.util.matrices   
 

Uses of DenseIntMatrix2D in org.ujmp.core
 

Methods in org.ujmp.core that return DenseIntMatrix2D
static DenseIntMatrix2D MatrixFactory.linkToArray(int... values)
           
static DenseIntMatrix2D MatrixFactory.linkToArray(int[]... values)
           
static DenseIntMatrix2D MatrixFactory.linkToValue(int value)
           
 

Uses of DenseIntMatrix2D in org.ujmp.core.doublematrix.impl
 

Classes in org.ujmp.core.doublematrix.impl that implement DenseIntMatrix2D
 class ImageMatrix
           
 

Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.impl
 

Classes in org.ujmp.core.intmatrix.impl that implement DenseIntMatrix2D
 class DefaultDenseIntMatrix2D
           
 class SimpleDenseIntMatrix2D
           
 

Uses of DenseIntMatrix2D in org.ujmp.core.intmatrix.stub
 

Classes in org.ujmp.core.intmatrix.stub that implement DenseIntMatrix2D
 class AbstractDenseIntMatrix2D
           
 

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

Classes in org.ujmp.core.util.matrices that implement DenseIntMatrix2D
 class MatrixAvailableProcessors
           
 



Copyright © 2010. All Rights Reserved.