Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tlong.impl.SparseLongMatrix2D

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

Uses of SparseLongMatrix2D in cern.colt.matrix.tlong.impl
 

Methods in cern.colt.matrix.tlong.impl that return SparseLongMatrix2D
 SparseLongMatrix2D SparseLongMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, long[] values, LongLongFunction function)
          Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form.
 SparseLongMatrix2D SparseLongMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, long value, LongLongFunction function)
          Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form with single numerical value.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage