org.codehaus.gpars

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

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

static final class PAS.FJDCombineInPlace
extends FJBase

Field Summary
BinaryDoubleOp combiner

double[] other

int otherOffset

 
Constructor Summary
PAS.FJDCombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, double[] 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 double[] other


otherOffset

final int otherOffset


 
Constructor Detail

PAS.FJDCombineInPlace

PAS.FJDCombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, double[] 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–2012 Václav Pech. All Rights Reserved.