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

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

Definition at line 45 of file E2Inf.h.

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

Referenced by Impala::Core::Array::Pattern::PatGeometricOp().

00046 {
00047     return Complex64((v1.X() < v2.X()) ? v1.X() : v2.X(),
00048                      (v1.Y() < v2.Y()) ? v1.Y() : v2.Y());
00049 }

Here is the call graph for this function:


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