org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class PAS.FJDPACombineInPlace

java.lang.Object
  FJBase
      groovyx.gpars.extra166y.PAS.FJDPACombineInPlace

static final class PAS.FJDPACombineInPlace
extends FJBase

Field Summary
BinaryDoubleOp combiner

ParallelDoubleArrayWithDoubleMapping other

int otherOffset

 
Constructor Summary
PAS.FJDPACombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, ParallelDoubleArrayWithDoubleMapping other, int otherOffset, BinaryDoubleOp combiner)

 
Method Summary
void atLeaf(int l, int h)

FJBase newSubtask(int l, int h, FJBase r)

 

Field Detail

combiner

final BinaryDoubleOp combiner


other

final ParallelDoubleArrayWithDoubleMapping other


otherOffset

final int otherOffset


 
Constructor Detail

PAS.FJDPACombineInPlace

PAS.FJDPACombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, ParallelDoubleArrayWithDoubleMapping other, int otherOffset, BinaryDoubleOp combiner)


 
Method Detail

atLeaf

void atLeaf(int l, int h)


newSubtask

FJBase newSubtask(int l, int h, FJBase r)


 

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