org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class AbstractParallelAnyArray.LDCPap

java.lang.Object
  AbstractParallelAnyArray.LPap
      groovyx.gpars.extra166y.ParallelLongArrayWithDoubleMapping
          groovyx.gpars.extra166y.AbstractParallelAnyArray.LDCPap

static abstract class AbstractParallelAnyArray.LDCPap
extends ParallelLongArrayWithDoubleMapping

Field Summary
IntAndLongToDouble op

 
Constructor Summary
AbstractParallelAnyArray.LDCPap(ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongToDouble op)

 
Method Summary
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)

 
Methods inherited from class ParallelLongArrayWithDoubleMapping
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

op

final IntAndLongToDouble op


 
Constructor Detail

AbstractParallelAnyArray.LDCPap

AbstractParallelAnyArray.LDCPap(ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongToDouble op)


 
Method Detail

dget

final double dget(int i)


hasMap

final boolean hasMap()


leafTransfer

final void leafTransfer(int lo, int hi, double[] dest, int offset)


leafTransferByIndex

final void leafTransferByIndex(int[] indices, int loIdx, int hiIdx, double[] dest, int offset)


lget

final long lget(int i)


oget

final java.lang.Object oget(int i)


 

Copyright © 2008–2012 Václav Pech. All Rights Reserved.