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

std::ostream& Impala::Core::Array::Element::operator<< ( std::ostream &  os,
const Complex64 &  v 
) [inline]

Definition at line 118 of file Complex64.h.

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

00119 {
00120     return os << "(" << v.X() << "," << v.Y() << ")";
00121 }

Here is the call graph for this function:


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