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

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
DstArithT Impala::Core::Array::Trait::BpoMaximum< DstArrayT, Src1ArrayT, Src2ArrayT >::DoIt ( const Src1ArithT x,
const Src2ArithT y 
) [inline]

Actual operation : # return max(x, y) #.

Definition at line 42 of file BpoMaximum.h.

References Impala::Core::Array::Element::E1Cast(), and Impala::Max().

00043     {
00044         return Element::E1Cast(Impala::Max(x,y), DstArithT());
00045     }

Here is the call graph for this function:


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