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

Impala::Core::Array::Element::Complex64 Class Reference

Class definition complex number using two real 64 bit numbers. More...

#include <Complex64.h>

List of all members.

Public Member Functions

 Complex64 ()
 Default constructor.
 Complex64 (Real64 re, Real64 im)
 Construction from native type.
 Complex64 (const Complex64 &v)
 Copy constructor.
Real64 X () const
 Value of real part.
Real64 Y () const
 Value of imaginary part.
int operator== (const Complex64 &v) const
int operator!= (const Complex64 &v) const
int operator< (const Complex64 &v) const
int operator<= (const Complex64 &v) const
int operator> (const Complex64 &v) const
int operator>= (const Complex64 &v) const
Complex64operator+= (const Complex64 &v)

Private Attributes

Real64 mValues [2]


Detailed Description

Class definition complex number using two real 64 bit numbers.

Definition at line 20 of file Complex64.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:00:46 2010 for ImpalaSrc by  doxygen 1.5.1