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