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

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

Actual operation : # return x*x + y*y #.

Definition at line 40 of file BpoAddSquared.h.

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

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

Here is the call graph for this function:


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