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

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

Definition at line 513 of file PxDistribution.h.

References PxBcastValueSBT(), and PxReduceValueToRootSBT().

Referenced by PxReduceValueToAll().

00514 {
00515     /*** All-to-one (root) and one-to-all (broadcast) using SBT ***/
00516 
00517     return PxBcastValueSBT(PxReduceValueToRootSBT(val, redOp, 0), 0);
00518 }

Here is the call graph for this function:


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