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

template<class ArithT>
ArithT Impala::Core::Array::Pattern::PxBcastValue ( ArithT  val,
int  root = 0,
int  dtype = PX_MPI 
) [inline]

Definition at line 351 of file PxDistribution.h.

References PX_MPI, PX_OFT, PX_SBT, PxBcastValueMPI(), PxBcastValueOFT(), and PxBcastValueSBT().

00352 {
00353     /*** root  : rank of broadcast root node                        ***/
00354     /*** dtype : distribution type (PX_OFT, PX_SBT, or PX_MPI)      ***/
00355     
00356     switch (dtype) {
00357         case PX_OFT : return PxBcastValueOFT(val, root); break;
00358         case PX_SBT : return PxBcastValueSBT(val, root); break;
00359         case PX_MPI :
00360         default         : return PxBcastValueMPI(val, root);
00361     }
00362 }

Here is the call graph for this function:


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