|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.extra166y.AbstractParallelAnyArray.DPap groovyx.gpars.extra166y.ParallelDoubleArrayWithDoubleMapping groovyx.gpars.extra166y.ParallelDoubleArrayWithFilter groovyx.gpars.extra166y.ParallelDoubleArrayWithBounds groovyx.gpars.extra166y.AbstractParallelAnyArray.DUPap
static class AbstractParallelAnyArray.DUPap extends ParallelDoubleArrayWithBounds
Constructor Summary | |
AbstractParallelAnyArray.DUPap(ForkJoinPool ex, int origin, int fence, double[] array)
|
Methods inherited from class ParallelDoubleArrayWithBounds | |
---|---|
binarySearch, binarySearch, cumulate, cumulateSum, indexOf, precumulate, precumulateSum, sort, sort, withBounds |
Methods inherited from class ParallelDoubleArrayWithDoubleMapping | |
---|---|
all, apply, max, max, min, min, reduce, sequentially, sum, summary, summary, withIndexedMapping, withIndexedMapping, withIndexedMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping |
Constructor Detail |
---|
AbstractParallelAnyArray.DUPap(ForkJoinPool ex, int origin, int fence, double[] array)
Method Detail |
---|
public int binarySearch(double target)
public int binarySearch(double target, DoubleComparator comparator)
public ParallelDoubleArrayWithBounds cumulate(DoubleReducer reducer, double base)
public ParallelDoubleArrayWithBounds cumulateSum()
public int indexOf(double target)
final void leafApply(int lo, int hi, DoubleProcedure procedure)
final void leafBinaryIndexMap(int l, int h, IntAndDoubleToDouble op)
final void leafCombineInPlace(int l, int h, double[] other, int otherOffset, BinaryDoubleOp combiner)
final void leafCombineInPlace(int l, int h, ParallelDoubleArrayWithDoubleMapping other, int otherOffset, BinaryDoubleOp combiner)
final void leafFill(int l, int h, double value)
final void leafGenerate(int l, int h, DoubleGenerator generator)
final void leafIndexMap(int l, int h, IntToDouble op)
final double leafReduce(int lo, int hi, DoubleReducer reducer, double base)
final void leafTransform(int l, int h, DoubleOp op)
public double precumulate(DoubleReducer reducer, double base)
public double precumulateSum()
public ParallelDoubleArrayWithBounds sort(DoubleComparator cmp)
public ParallelDoubleArrayWithBounds sort()
public ParallelDoubleArrayWithBounds withBounds(int lo, int hi)
public ParallelDoubleArrayWithFilter withFilter(DoublePredicate selector)
public ParallelDoubleArrayWithFilter withIndexedFilter(IntAndDoublePredicate selector)
public ParallelDoubleArrayWithMapping withIndexedMapping(IntAndDoubleToObject mapper)
public ParallelDoubleArrayWithDoubleMapping withIndexedMapping(IntAndDoubleToDouble mapper)
public ParallelDoubleArrayWithLongMapping withIndexedMapping(IntAndDoubleToLong mapper)
public ParallelDoubleArrayWithMapping withMapping(DoubleToObject op)
public ParallelDoubleArrayWithDoubleMapping withMapping(DoubleOp op)
public ParallelDoubleArrayWithLongMapping withMapping(DoubleToLong op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.