Uses of Interface
org.ujmp.core.shortmatrix.ShortMatrix

Packages that use ShortMatrix
org.ujmp.core.interfaces   
org.ujmp.core.matrix   
org.ujmp.core.shortmatrix   
org.ujmp.core.shortmatrix.calculation   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
 

Uses of ShortMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return ShortMatrix
 ShortMatrix Conversions.toShortMatrix()
           
 

Uses of ShortMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return ShortMatrix
 ShortMatrix AbstractMatrix.toShortMatrix()
           
 

Uses of ShortMatrix in org.ujmp.core.shortmatrix
 

Subinterfaces of ShortMatrix in org.ujmp.core.shortmatrix
 interface DenseShortMatrix
           
 interface DenseShortMatrix2D
           
 interface ShortMatrix2D
           
 interface SparseShortMatrix
           
 interface SparseShortMatrix2D
           
 

Uses of ShortMatrix in org.ujmp.core.shortmatrix.calculation
 

Methods in org.ujmp.core.shortmatrix.calculation that return ShortMatrix
 ShortMatrix AbstractShortCalculation.calcLink()
           
 ShortMatrix AbstractShortCalculation.calcNew()
           
 

Uses of ShortMatrix in org.ujmp.core.shortmatrix.impl
 

Classes in org.ujmp.core.shortmatrix.impl that implement ShortMatrix
 class DefaultDenseShortMatrix2D
           
 class DefaultSparseShortMatrix
           
 class ShortCalculationMatrix
           
 class SimpleDenseShortMatrix2D
           
 

Uses of ShortMatrix in org.ujmp.core.shortmatrix.stub
 

Classes in org.ujmp.core.shortmatrix.stub that implement ShortMatrix
 class AbstractDenseShortMatrix
           
 class AbstractDenseShortMatrix2D
           
 class AbstractShortMatrix
           
 class AbstractSparseShortMatrix
           
 class AbstractSparseShortMatrix2D
           
 



Copyright © 2010. All Rights Reserved.