|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ops.BinaryDoubleOp | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of Ops.BinaryDoubleOp in groovyx.gpars.extra166y |
---|
Subinterfaces of Ops.BinaryDoubleOp in groovyx.gpars.extra166y | |
---|---|
static interface |
Ops.DoubleReducer
|
Classes in groovyx.gpars.extra166y that implement Ops.BinaryDoubleOp | |
---|---|
(package private) static class |
CommonOps.DoubleAdder
|
(package private) static class |
CommonOps.NaturalDoubleMaxReducer
|
(package private) static class |
CommonOps.NaturalDoubleMinReducer
|
Fields in groovyx.gpars.extra166y declared as Ops.BinaryDoubleOp | |
---|---|
(package private) Ops.BinaryDoubleOp |
PAS.FJDCombineInPlace.combiner
|
(package private) Ops.BinaryDoubleOp |
PAS.FJDPACombineInPlace.combiner
|
Methods in groovyx.gpars.extra166y with parameters of type Ops.BinaryDoubleOp | |
---|---|
(package private) static Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.indexedMapper(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping u,
int origin)
|
(package private) void |
AbstractParallelAnyArray.leafCombineInPlace(int lo,
int hi,
double[] other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.DUPap.leafCombineInPlace(int l,
int h,
double[] other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.DFPap.leafCombineInPlace(int l,
int h,
double[] other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.DRPap.leafCombineInPlace(int l,
int h,
double[] other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.leafCombineInPlace(int lo,
int hi,
ParallelDoubleArrayWithDoubleMapping other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.DUPap.leafCombineInPlace(int l,
int h,
ParallelDoubleArrayWithDoubleMapping other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.DFPap.leafCombineInPlace(int l,
int h,
ParallelDoubleArrayWithDoubleMapping other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
(package private) void |
AbstractParallelAnyArray.DRPap.leafCombineInPlace(int l,
int h,
ParallelDoubleArrayWithDoubleMapping other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
ParallelDoubleArray |
ParallelDoubleArray.replaceWithMapping(Ops.BinaryDoubleOp combiner,
double[] other)
Replaces elements with results of applying op(thisElement, otherElement) |
ParallelDoubleArrayWithFilter |
ParallelDoubleArrayWithFilter.replaceWithMapping(Ops.BinaryDoubleOp combiner,
double[] other)
Replaces elements with results of applying op(thisElement, otherElement) |
ParallelDoubleArray |
ParallelDoubleArray.replaceWithMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Replaces elements with results of applying op(thisElement, otherElement) |
ParallelDoubleArrayWithFilter |
ParallelDoubleArrayWithFilter.replaceWithMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Replaces elements with results of applying op(thisElement, otherElement) |
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithDoubleMapping.withMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArray.withMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.withMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
Constructors in groovyx.gpars.extra166y with parameters of type Ops.BinaryDoubleOp | |
---|---|
PAS.FJDCombineInPlace(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
double[] other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
|
PAS.FJDPACombineInPlace(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
ParallelDoubleArrayWithDoubleMapping other,
int otherOffset,
Ops.BinaryDoubleOp combiner)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |