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

Real64 Impala::Core::Array::Element::E1Norm2 ( const Complex64 &  v  )  [inline]

Definition at line 42 of file E1Norm2.h.

References Impala::Core::Array::Element::Complex64::X(), and Impala::Core::Array::Element::Complex64::Y().

Referenced by Impala::Core::Array::Trait::UpoNorm2< DstArrayT, SrcArrayT >::DoIt().

00043 {
00044     return ::sqrt(v.X()*v.X() + v.Y()*v.Y());
00045 }

Here is the call graph for this function:


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