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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::BpoMinAssign< DstArrayT, SrcArrayT >::DoIt ( DstArithT x,
const SrcArithT y 
) [inline]

Actual operation : # x = Min(x, y) #.

Definition at line 38 of file BpoMinAssign.h.

References Impala::Min().

00039     {
00040         x = Impala::Min(x, y);
00041     }

Here is the call graph for this function:


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