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

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

Actual operation : # return x + y #.

Definition at line 40 of file BpoAdd.h.

References Impala::Core::Array::Element::E1Cast().

00041     {
00042         return Element::E1Cast(x + y, DstArithT());
00043     }

Here is the call graph for this function:


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