Parallel Colt 0.7.2

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

Packages that use SparseDoubleMatrix2D
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 SparseDoubleMatrix2D in cern.colt.matrix.tdouble.impl
 

Methods in cern.colt.matrix.tdouble.impl that return SparseDoubleMatrix2D
 SparseDoubleMatrix2D SparseDoubleMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, double[] values, DoubleDoubleFunction function)
           
 SparseDoubleMatrix2D SparseDoubleMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, double value, DoubleDoubleFunction function)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage