- groovyx.gpars.extra166y.AbstractParallelAnyArray.ODCPap
-
-
Field Summary
Fields
Modifiers |
Name |
Description |
IntAndObjectToDouble<? super T> |
op |
|
-
Constructor Summary
Constructors
Constructor and description |
AbstractParallelAnyArray.ODCPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, T[] array, IntAndObjectToDouble<? super T> op)
|
-
Methods Summary
Methods
Type |
Name and description |
double |
dget(int i)
|
boolean |
hasMap()
|
void |
leafTransfer(int lo, int hi, double[] dest, int offset)
|
void |
leafTransferByIndex(int[] indices, int loIdx, int hiIdx, double[] dest, int offset)
|
long |
lget(int i)
|
java.lang.Object |
oget(int i)
|
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class ParallelArrayWithDoubleMapping |
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 |
-
-
Field Detail
-
final IntAndObjectToDouble<? super T> op
-
Constructor Detail
-
AbstractParallelAnyArray.ODCPap(java.util.concurrent.ForkJoinPool ex, int origin, int fence, T[] array, IntAndObjectToDouble<? super T> op)
-
Method Detail
-
final void leafTransfer(int lo, int hi, double[] dest, int offset)
-
final void leafTransferByIndex(int[] indices, int loIdx, int hiIdx, double[] dest, int offset)
-
final java.lang.Object oget(int i)
Copyright © 2008–2014 Václav Pech. All Rights Reserved.