Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class ArithT, class RedOpT>
static ArithT Impala::Core::Array::Pattern::PxReduceValueToAllOFT ( ArithT  val,
RedOpT  redOp 
) [inline, static]

Definition at line 503 of file PxDistribution.h.

References PxBcastValueOFT(), and PxReduceValueToRootOFT().

Referenced by PxReduceValueToAll().

00504 {
00505     /*** All-to-one (root) and one-to-all (broadcast) using OFT ***/
00506 
00507     return PxBcastValueOFT(PxReduceValueToRootOFT(val, redOp, 0), 0);
00508 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:02:37 2010 for ImpalaSrc by  doxygen 1.5.1