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

Packages that use IntMatrix2D
org.ujmp.core.doublematrix.calculation.general.statistical   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.interfaces   
org.ujmp.core.intmatrix   
org.ujmp.core.intmatrix.factory   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.util.matrices   
 

Uses of IntMatrix2D in org.ujmp.core.doublematrix.calculation.general.statistical
 

Methods in org.ujmp.core.doublematrix.calculation.general.statistical with parameters of type IntMatrix2D
static DoubleMatrix2D MutualInformation.calcNew(IntMatrix2D matrix)
           
 

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

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

Uses of IntMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return IntMatrix2D
 IntMatrix2D Conversions2D.toIntMatrix()
           
 

Uses of IntMatrix2D in org.ujmp.core.intmatrix
 

Subinterfaces of IntMatrix2D in org.ujmp.core.intmatrix
 interface DenseIntMatrix2D
           
 interface SparseIntMatrix2D
           
 

Uses of IntMatrix2D in org.ujmp.core.intmatrix.factory
 

Methods in org.ujmp.core.intmatrix.factory that return IntMatrix2D
 IntMatrix2D IntMatrix2DFactory.dense(long rows, long columns)
           
 IntMatrix2D DefaultIntMatrix2DFactory.dense(long rows, long columns)
           
 IntMatrix2D IntMatrix2DFactory.zeros(long rows, long columns)
           
 IntMatrix2D AbstractIntMatrix2DFactory.zeros(long rows, long columns)
           
 

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

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

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

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

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

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



Copyright © 2010. All Rights Reserved.