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

Packages that use IntMatrix
org.ujmp.core.doublematrix.impl   
org.ujmp.core.interfaces   
org.ujmp.core.intmatrix   
org.ujmp.core.intmatrix.calculation   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.util.matrices   
 

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

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

Uses of IntMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return IntMatrix
 IntMatrix Conversions.toIntMatrix()
           
 

Uses of IntMatrix in org.ujmp.core.intmatrix
 

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

Uses of IntMatrix in org.ujmp.core.intmatrix.calculation
 

Methods in org.ujmp.core.intmatrix.calculation that return IntMatrix
 IntMatrix AbstractIntCalculation.calcLink()
           
 IntMatrix AbstractIntCalculation.calcNew()
           
 

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

Classes in org.ujmp.core.intmatrix.impl that implement IntMatrix
 class DefaultDenseIntMatrix2D
           
 class DefaultSparseIntMatrix
           
 class IntCalculationMatrix
           
 class SimpleDenseIntMatrix2D
           
 

Methods in org.ujmp.core.intmatrix.impl that return IntMatrix
 IntMatrix SimpleDenseIntMatrix2D.divide(double v)
           
 IntMatrix SimpleDenseIntMatrix2D.divide(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.minus(double v)
           
 IntMatrix SimpleDenseIntMatrix2D.minus(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.mtimes(IntMatrix matrix)
           
 IntMatrix SimpleDenseIntMatrix2D.plus(double v)
           
 IntMatrix SimpleDenseIntMatrix2D.plus(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.times(double v)
           
 IntMatrix SimpleDenseIntMatrix2D.times(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.transpose()
           
 

Methods in org.ujmp.core.intmatrix.impl with parameters of type IntMatrix
 IntMatrix SimpleDenseIntMatrix2D.divide(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.minus(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.mtimes(IntMatrix matrix)
           
 IntMatrix SimpleDenseIntMatrix2D.plus(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.times(IntMatrix m2)
           
 

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

Classes in org.ujmp.core.intmatrix.stub that implement IntMatrix
 class AbstractDenseIntMatrix
           
 class AbstractDenseIntMatrix2D
           
 class AbstractIntMatrix
           
 class AbstractSparseIntMatrix
           
 class AbstractSparseIntMatrix2D
           
 

Uses of IntMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return IntMatrix
 IntMatrix AbstractMatrix.toIntMatrix()
           
 

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

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



Copyright © 2010. All Rights Reserved.