Package | Description |
---|---|
cern.colt.matrix.tfcomplex |
Matrix interfaces and factories holding elements of fcomplex data type.
|
cern.colt.matrix.tfcomplex.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of fcomplex data type.
|
Modifier and Type | Method and Description |
---|---|
FComplexMatrix2D |
FComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function)
Assigns the result of a function to each non-zero cell.
|
Modifier and Type | Method and Description |
---|---|
FComplexMatrix2D |
SparseCCFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function) |
FComplexMatrix2D |
DenseColumnFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function) |
FComplexMatrix2D |
DenseFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function) |
FComplexMatrix2D |
SparseRCFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function) |
FComplexMatrix2D |
DiagonalFComplexMatrix2D.forEachNonZero(IntIntFComplexFunction function) |
Jump to the Parallel Colt Homepage