Package | Description |
---|---|
cern.colt.matrix.tlong |
Matrix interfaces and factories holding elements of long data type.
|
cern.colt.matrix.tlong.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type.
|
Modifier and Type | Method and Description |
---|---|
LongMatrix2D |
LongMatrix2D.forEachNonZero(IntIntLongFunction 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 |
---|---|
LongMatrix2D |
SparseLongMatrix2D.forEachNonZero(IntIntLongFunction function) |
LongMatrix2D |
DenseLongMatrix2D.forEachNonZero(IntIntLongFunction function) |
LongMatrix2D |
SparseRCLongMatrix2D.forEachNonZero(IntIntLongFunction function) |
LongMatrix2D |
SparseCCLongMatrix2D.forEachNonZero(IntIntLongFunction function) |
LongMatrix2D |
DiagonalLongMatrix2D.forEachNonZero(IntIntLongFunction function) |
LongMatrix2D |
DenseColumnLongMatrix2D.forEachNonZero(IntIntLongFunction function) |
Jump to the Parallel Colt Homepage