Uses of Interface
org.ujmp.core.doublematrix.SparseDoubleMatrix2D

Packages that use SparseDoubleMatrix2D
org.ujmp.core.doublematrix.factory   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.treematrix   
 

Uses of SparseDoubleMatrix2D in org.ujmp.core.doublematrix.factory
 

Methods in org.ujmp.core.doublematrix.factory that return SparseDoubleMatrix2D
 SparseDoubleMatrix2D SparseDoubleMatrix2DFactory.zeros(long... size)
           
 SparseDoubleMatrix2D DefaultSparseDoubleMatrix2DFactory.zeros(long... size)
           
 SparseDoubleMatrix2D SparseDoubleMatrix2DFactory.zeros(long rows, long cols)
           
 SparseDoubleMatrix2D DefaultSparseDoubleMatrix2DFactory.zeros(long rows, long cols)
           
 

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

Classes in org.ujmp.core.doublematrix.impl that implement SparseDoubleMatrix2D
 class DefaultSparseRowDoubleMatrix2D
           
 

Uses of SparseDoubleMatrix2D in org.ujmp.core.doublematrix.stub
 

Classes in org.ujmp.core.doublematrix.stub that implement SparseDoubleMatrix2D
 class AbstractSparseDoubleMatrix2D
           
 

Uses of SparseDoubleMatrix2D in org.ujmp.core.treematrix
 

Subinterfaces of SparseDoubleMatrix2D in org.ujmp.core.treematrix
 interface TreeMatrix
           
 

Classes in org.ujmp.core.treematrix that implement SparseDoubleMatrix2D
 class AbstractTreeMatrix
           
 class DefaultTreeMatrix
           
 class ObjectTreeMatrix
           
 



Copyright © 2010. All Rights Reserved.