org.codehaus.gpars

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

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

static final class PAS.FJOCombineInPlace
extends FJBase

Field Summary
BinaryOp combiner

java.lang.Object[] other

int otherOffset

 
Constructor Summary
PAS.FJOCombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, java.lang.Object[] other, int otherOffset, BinaryOp combiner)

 
Method Summary
void atLeaf(int l, int h)

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

 

Field Detail

combiner

final BinaryOp combiner


other

final java.lang.Object[] other


otherOffset

final int otherOffset


 
Constructor Detail

PAS.FJOCombineInPlace

PAS.FJOCombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, java.lang.Object[] other, int otherOffset, BinaryOp 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.