Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D

Packages that use SparseDoubleMatrix1D
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
 

Uses of SparseDoubleMatrix1D in cern.colt.matrix.tdouble.impl
 

Methods in cern.colt.matrix.tdouble.impl that return SparseDoubleMatrix1D
 SparseDoubleMatrix1D[] SparseRCMDoubleMatrix2D.elements()
           
 SparseDoubleMatrix1D[] SparseCCMDoubleMatrix2D.elements()
           
 SparseDoubleMatrix1D SparseCCMDoubleMatrix2D.viewColumn(int column)
           
 SparseDoubleMatrix1D SparseRCMDoubleMatrix2D.viewRow(int row)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage