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

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

Uses of SparseDoubleMatrix in org.ujmp.core.doublematrix
 

Subinterfaces of SparseDoubleMatrix in org.ujmp.core.doublematrix
 interface SparseDoubleMatrix2D
           
 

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

Methods in org.ujmp.core.doublematrix.factory that return SparseDoubleMatrix
 SparseDoubleMatrix SparseDoubleMatrixFactory.zeros(long... size)
           
 SparseDoubleMatrix DefaultSparseDoubleMatrixFactory.zeros(long... size)
           
 

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

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

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

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

Uses of SparseDoubleMatrix in org.ujmp.core.treematrix
 

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

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



Copyright © 2010. All Rights Reserved.