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

Packages that use ShortMatrix2D
org.ujmp.core.interfaces   
org.ujmp.core.shortmatrix   
org.ujmp.core.shortmatrix.factory   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
 

Uses of ShortMatrix2D in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return ShortMatrix2D
 ShortMatrix2D Conversions2D.toShortMatrix()
           
 

Uses of ShortMatrix2D in org.ujmp.core.shortmatrix
 

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

Uses of ShortMatrix2D in org.ujmp.core.shortmatrix.factory
 

Methods in org.ujmp.core.shortmatrix.factory that return ShortMatrix2D
 ShortMatrix2D ShortMatrix2DFactory.dense(long rows, long columns)
           
 ShortMatrix2D DefaultShortMatrix2DFactory.dense(long rows, long columns)
           
 ShortMatrix2D ShortMatrix2DFactory.zeros(long rows, long columns)
           
 ShortMatrix2D AbstractShortMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Classes in org.ujmp.core.shortmatrix.impl that implement ShortMatrix2D
 class DefaultDenseShortMatrix2D
           
 class SimpleDenseShortMatrix2D
           
 

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

Classes in org.ujmp.core.shortmatrix.stub that implement ShortMatrix2D
 class AbstractDenseShortMatrix2D
           
 class AbstractSparseShortMatrix2D
           
 



Copyright © 2010. All Rights Reserved.