Package | Description |
---|---|
cern.colt.matrix.tfloat |
Matrix interfaces and factories holding elements of float data type.
|
cern.colt.matrix.tfloat.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type.
|
Modifier and Type | Method and Description |
---|---|
FloatMatrix2D |
FloatMatrix2D.forEachNonZero(IntIntFloatFunction 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 |
---|---|
FloatMatrix2D |
SparseCCFloatMatrix2D.forEachNonZero(IntIntFloatFunction function) |
FloatMatrix2D |
SparseRCFloatMatrix2D.forEachNonZero(IntIntFloatFunction function) |
FloatMatrix2D |
DenseFloatMatrix2D.forEachNonZero(IntIntFloatFunction function) |
FloatMatrix2D |
SparseFloatMatrix2D.forEachNonZero(IntIntFloatFunction function) |
FloatMatrix2D |
DiagonalFloatMatrix2D.forEachNonZero(IntIntFloatFunction function) |
FloatMatrix2D |
DenseColumnFloatMatrix2D.forEachNonZero(IntIntFloatFunction function) |
Jump to the Parallel Colt Homepage