Package | Description |
---|---|
cern.colt.matrix.tobject |
Matrix interfaces and factories holding elements of Object data type.
|
cern.colt.matrix.tobject.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type.
|
Modifier and Type | Method and Description |
---|---|
ObjectMatrix2D |
ObjectMatrix2D.forEachNonZero(IntIntObjectFunction 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 |
---|---|
ObjectMatrix2D |
SparseCCObjectMatrix2D.forEachNonZero(IntIntObjectFunction function) |
ObjectMatrix2D |
SparseRCObjectMatrix2D.forEachNonZero(IntIntObjectFunction function) |
ObjectMatrix2D |
DenseColumnObjectMatrix2D.forEachNonZero(IntIntObjectFunction function) |
ObjectMatrix2D |
DiagonalObjectMatrix2D.forEachNonZero(IntIntObjectFunction function) |
Jump to the Parallel Colt Homepage