abs() const | Falcon::Complex | |
Complex(numeric r=0, numeric i=0) | Falcon::Complex | [inline] |
Complex(const Complex &other) | Falcon::Complex | [inline] |
conj() const | Falcon::Complex | |
imag() const | Falcon::Complex | [inline] |
imag(numeric i) | Falcon::Complex | [inline] |
operator delete(void *mem, size_t size) | Falcon::BaseAlloc | |
operator new(size_t size) | Falcon::BaseAlloc | |
operator!=(const Complex &other) | Falcon::Complex | [inline] |
operator*(const Complex &other) | Falcon::Complex | [inline] |
operator*=(const Complex &other) | Falcon::Complex | [inline] |
operator+(const Complex &other) | Falcon::Complex | [inline] |
operator+=(const Complex &other) | Falcon::Complex | [inline] |
operator-(const Complex &other) | Falcon::Complex | [inline] |
operator-=(const Complex &other) | Falcon::Complex | [inline] |
operator/(const Complex &other) | Falcon::Complex | [inline] |
operator/=(const Complex &other) | Falcon::Complex | [inline] |
operator<(const Complex &other) | Falcon::Complex | [inline] |
operator<=(const Complex &other) | Falcon::Complex | [inline] |
operator=(const Complex &other) | Falcon::Complex | [inline] |
operator==(const Complex &other) | Falcon::Complex | [inline] |
operator>(const Complex &other) | Falcon::Complex | [inline] |
operator>=(const Complex &other) | Falcon::Complex | [inline] |
real() const | Falcon::Complex | [inline] |
real(numeric r) | Falcon::Complex | [inline] |
~Complex() | Falcon::Complex | [inline] |