Package | Description |
---|---|
cern.colt.matrix.tint |
Matrix interfaces and factories holding elements of int data type.
|
cern.colt.matrix.tint.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type.
|
Modifier and Type | Method and Description |
---|---|
IntMatrix2D |
IntMatrix2D.forEachNonZero(IntIntIntFunction function)
Assigns the result of a function to each non-zero cell;
x[row,col] = function(x[row,col]).
|
Modifier and Type | Method and Description |
---|---|
IntMatrix2D |
DiagonalIntMatrix2D.forEachNonZero(IntIntIntFunction function) |
IntMatrix2D |
DenseIntMatrix2D.forEachNonZero(IntIntIntFunction function) |
IntMatrix2D |
SparseRCIntMatrix2D.forEachNonZero(IntIntIntFunction function) |
IntMatrix2D |
DenseColumnIntMatrix2D.forEachNonZero(IntIntIntFunction function) |
IntMatrix2D |
SparseCCIntMatrix2D.forEachNonZero(IntIntIntFunction function) |
IntMatrix2D |
SparseIntMatrix2D.forEachNonZero(IntIntIntFunction function) |
Jump to the Parallel Colt Homepage