Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:18:09 2011 for ImpalaSrc by  doxygen 1.5.1