org.codehaus.gpars

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

java.lang.Object
  LDMPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.LUDMPap

static final class AbstractParallelAnyArray.LUDMPap
extends LDMPap

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

 
Method Summary
void leafApply(int lo, int hi, DoubleProcedure procedure)

double leafReduce(int lo, int hi, DoubleReducer reducer, double base)

ParallelLongArrayWithMapping withIndexedMapping(IntAndDoubleToObject mapper)

ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndDoubleToDouble mapper)

ParallelLongArrayWithLongMapping withIndexedMapping(IntAndDoubleToLong mapper)

ParallelLongArrayWithLongMapping withMapping(DoubleToLong op)

ParallelLongArrayWithDoubleMapping withMapping(DoubleOp op)

ParallelLongArrayWithMapping withMapping(DoubleToObject op)

 

Constructor Detail

AbstractParallelAnyArray.LUDMPap

AbstractParallelAnyArray.LUDMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongToDouble op)


 
Method Detail

leafApply

void leafApply(int lo, int hi, DoubleProcedure procedure)


leafReduce

double leafReduce(int lo, int hi, DoubleReducer reducer, double base)


withIndexedMapping

public ParallelLongArrayWithMapping withIndexedMapping(IntAndDoubleToObject mapper)


withIndexedMapping

public ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndDoubleToDouble mapper)


withIndexedMapping

public ParallelLongArrayWithLongMapping withIndexedMapping(IntAndDoubleToLong mapper)


withMapping

public ParallelLongArrayWithLongMapping withMapping(DoubleToLong op)


withMapping

public ParallelLongArrayWithDoubleMapping withMapping(DoubleOp op)


withMapping

public ParallelLongArrayWithMapping withMapping(DoubleToObject op)


 

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