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

int Impala::Core::Array::Element::Complex64::operator== ( const Complex64 v  )  const [inline]

Definition at line 66 of file Complex64.h.

References mValues.

00067     {
00068         return (mValues[0] == v.mValues[0]) && (mValues[1] == v.mValues[1]);
00069     }


Generated on Thu Jan 13 09:17:28 2011 for ImpalaSrc by  doxygen 1.5.1