Package | Description |
---|---|
cern.colt.matrix.tdcomplex |
Matrix interfaces and factories holding elements of dcomplex data type.
|
cern.colt.matrix.tdcomplex.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type.
|
Modifier and Type | Method and Description |
---|---|
DComplexMatrix2D |
DComplexMatrix2D.forEachNonZero(IntIntDComplexFunction function)
Assigns the result of a function to each non-zero cell.
|
Modifier and Type | Method and Description |
---|---|
DComplexMatrix2D |
SparseRCDComplexMatrix2D.forEachNonZero(IntIntDComplexFunction function) |
DComplexMatrix2D |
DiagonalDComplexMatrix2D.forEachNonZero(IntIntDComplexFunction function) |
DComplexMatrix2D |
DenseColumnDComplexMatrix2D.forEachNonZero(IntIntDComplexFunction function) |
DComplexMatrix2D |
SparseCCDComplexMatrix2D.forEachNonZero(IntIntDComplexFunction function) |
DComplexMatrix2D |
DenseDComplexMatrix2D.forEachNonZero(IntIntDComplexFunction function) |
Jump to the Parallel Colt Homepage