Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.tint.impl.SparseIntMatrix2D

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

Uses of SparseIntMatrix2D in cern.colt.matrix.tint.impl
 

Methods in cern.colt.matrix.tint.impl that return SparseIntMatrix2D
 SparseIntMatrix2D SparseIntMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, int[] values, IntIntFunction 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.
 SparseIntMatrix2D SparseIntMatrix2D.assign(int[] rowIndexes, int[] columnIndexes, int value, IntIntFunction 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