Uses of Interface
org.ujmp.core.objectmatrix.SparseObjectMatrix2D

Packages that use SparseObjectMatrix2D
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
 

Uses of SparseObjectMatrix2D in org.ujmp.core.objectmatrix.factory
 

Methods in org.ujmp.core.objectmatrix.factory that return SparseObjectMatrix2D
 SparseObjectMatrix2D SparseObjectMatrix2DFactory.zeros(long... size)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrixFactory.zeros(long... size)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrix2DFactory.zeros(long... size)
           
 SparseObjectMatrix2D SparseObjectMatrix2DFactory.zeros(long rows, long cols)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrixFactory.zeros(long rows, long columns)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of SparseObjectMatrix2D in org.ujmp.core.objectmatrix.impl
 

Classes in org.ujmp.core.objectmatrix.impl that implement SparseObjectMatrix2D
 class DefaultSparseColumnObjectMatrix2D
           
 class DefaultSparseRowObjectMatrix2D
           
 

Uses of SparseObjectMatrix2D in org.ujmp.core.objectmatrix.stub
 

Classes in org.ujmp.core.objectmatrix.stub that implement SparseObjectMatrix2D
 class AbstractSparseObjectMatrix2D
           
 



Copyright © 2010. All Rights Reserved.