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

Complex64 Impala::Core::Array::Element::operator- ( const Complex64 &  v1,
const Complex64 &  v2 
) [inline]

Definition at line 130 of file Complex64.h.

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

00131 {
00132     return Complex64(v1.X() - v2.X(), v1.Y() - v2.Y());
00133 }

Here is the call graph for this function:


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