(package private) void |
AbstractParallelAnyArray.leafIndexMap(int l,
int h,
Ops.IntToDouble array) |
(package private) void |
AbstractParallelAnyArray.DUPap.leafIndexMap(int l,
int h,
Ops.IntToDouble op) |
(package private) void |
AbstractParallelAnyArray.DFPap.leafIndexMap(int l,
int h,
Ops.IntToDouble op) |
(package private) void |
AbstractParallelAnyArray.DRPap.leafIndexMap(int l,
int h,
Ops.IntToDouble op) |
ParallelDoubleArray |
ParallelDoubleArray.replaceWithMappedIndex(Ops.IntToDouble op)
Replaces elements with the results of applying the given
op to their indices.
|
ParallelDoubleArrayWithFilter |
ParallelDoubleArrayWithFilter.replaceWithMappedIndex(Ops.IntToDouble op)
Replaces elements with the results of applying the given
op to their indices.
|