| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParallelDoubleArrayWithBounds | |
|---|---|
| groovyx.gpars.extra166y | Collections supporting parallel operations. | 
| Uses of ParallelDoubleArrayWithBounds in groovyx.gpars.extra166y | 
|---|
| Subclasses of ParallelDoubleArrayWithBounds in groovyx.gpars.extra166y | |
|---|---|
(package private) static class | 
AbstractParallelAnyArray.DUPap
 | 
 class | 
ParallelDoubleArray
An array of doubles supporting parallel operations.  | 
| Methods in groovyx.gpars.extra166y that return ParallelDoubleArrayWithBounds | |
|---|---|
 ParallelDoubleArrayWithBounds | 
AbstractParallelAnyArray.DUPap.cumulate(Ops.DoubleReducer reducer,
         double base)
 | 
abstract  ParallelDoubleArrayWithBounds | 
ParallelDoubleArrayWithBounds.cumulate(Ops.DoubleReducer reducer,
         double base)
Replaces each element with the running cumulation of applying the given reducer.  | 
 ParallelDoubleArrayWithBounds | 
AbstractParallelAnyArray.DUPap.cumulateSum()
 | 
abstract  ParallelDoubleArrayWithBounds | 
ParallelDoubleArrayWithBounds.cumulateSum()
Replaces each element with the running sum  | 
 ParallelDoubleArrayWithBounds | 
AbstractParallelAnyArray.DUPap.sort()
 | 
abstract  ParallelDoubleArrayWithBounds | 
ParallelDoubleArrayWithBounds.sort()
Sorts the elements, assuming all elements are Comparable.  | 
 ParallelDoubleArrayWithBounds | 
AbstractParallelAnyArray.DUPap.sort(Ops.DoubleComparator cmp)
 | 
abstract  ParallelDoubleArrayWithBounds | 
ParallelDoubleArrayWithBounds.sort(Ops.DoubleComparator cmp)
Sorts the elements.  | 
 ParallelDoubleArrayWithBounds | 
AbstractParallelAnyArray.DUPap.withBounds(int lo,
           int hi)
 | 
 ParallelDoubleArrayWithBounds | 
ParallelDoubleArray.withBounds(int firstIndex,
           int upperBound)
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).  | 
abstract  ParallelDoubleArrayWithBounds | 
ParallelDoubleArrayWithBounds.withBounds(int firstIndex,
           int upperBound)
Returns an operation prefix that causes a method to operate only on the elements of the array between firstIndex (inclusive) and upperBound (exclusive).  | 
  | 
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||