Methods
Type |
Name and description |
int |
binarySearch(double target)
|
int |
binarySearch(double target, DoubleComparator comparator)
|
ParallelDoubleArrayWithBounds |
cumulate(DoubleReducer reducer, double base)
|
ParallelDoubleArrayWithBounds |
cumulateSum()
|
int |
indexOf(double target)
|
void |
leafApply(int lo, int hi, DoubleProcedure procedure)
|
void |
leafBinaryIndexMap(int l, int h, IntAndDoubleToDouble op)
|
void |
leafCombineInPlace(int l, int h, double[] other, int otherOffset, BinaryDoubleOp combiner)
|
void |
leafCombineInPlace(int l, int h, ParallelDoubleArrayWithDoubleMapping other, int otherOffset, BinaryDoubleOp combiner)
|
void |
leafFill(int l, int h, double value)
|
void |
leafGenerate(int l, int h, DoubleGenerator generator)
|
void |
leafIndexMap(int l, int h, IntToDouble op)
|
double |
leafReduce(int lo, int hi, DoubleReducer reducer, double base)
|
void |
leafTransform(int l, int h, DoubleOp op)
|
double |
precumulate(DoubleReducer reducer, double base)
|
double |
precumulateSum()
|
ParallelDoubleArrayWithBounds |
sort(DoubleComparator cmp)
|
ParallelDoubleArrayWithBounds |
sort()
|
ParallelDoubleArrayWithBounds |
withBounds(int lo, int hi)
|
ParallelDoubleArrayWithFilter |
withFilter(DoublePredicate selector)
|
ParallelDoubleArrayWithFilter |
withIndexedFilter(IntAndDoublePredicate selector)
|
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndDoubleToObject<? extends V> mapper)
|
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndDoubleToDouble mapper)
|
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndDoubleToLong mapper)
|
ParallelDoubleArrayWithMapping<U> |
withMapping(DoubleToObject<? extends U> op)
|
ParallelDoubleArrayWithDoubleMapping |
withMapping(DoubleOp op)
|
ParallelDoubleArrayWithLongMapping |
withMapping(DoubleToLong op)
|