cartesianToPolar(const Value &, const Value &, Value &, Value &) | Complex< Value > | [inline, protected, static] |
Complex() | Complex< Value > | [inline, protected] |
Complex(const Complex &) | Complex< Value > | [inline, protected] |
getCartesian(Value &x, Value &y) const | Polar< Value > | [inline, virtual] |
getPolar(Value &r, Value &phi) const | Polar< Value > | [inline, virtual] |
operator *(const Value &) const | Complex< Value > | [inline] |
operator *(const Complex &) const | Complex< Value > | [inline] |
operator *=(const Value &) | Complex< Value > | [inline] |
operator *=(const Complex &) | Complex< Value > | [inline] |
operator+(const Complex &) const | Complex< Value > | [inline] |
operator+=(const Complex &) | Complex< Value > | [inline] |
operator-(const Complex &) const | Complex< Value > | [inline] |
operator-=(const Complex &) | Complex< Value > | [inline] |
operator/(const Value &) const | Complex< Value > | [inline] |
operator/(const Complex &) const | Complex< Value > | [inline] |
operator/=(const Value &) | Complex< Value > | [inline] |
operator/=(const Complex &) | Complex< Value > | [inline] |
operator=(const Complex< Value > &) | Polar< Value > | [inline, virtual] |
operator=(const Polar &) | Polar< Value > | [inline, virtual] |
phi | Polar< Value > | [private] |
Polar(const Value &r, const Value &phi) | Polar< Value > | [inline] |
Polar(const Complex< Value > &) | Polar< Value > | [inline] |
Polar(const Polar &) | Polar< Value > | [inline] |
polarToCartesian(const Value &, const Value &, Value &, Value &) | Complex< Value > | [inline, protected, static] |
r | Polar< Value > | [private] |
setCartesian(const Value &x, const Value &y) | Polar< Value > | [inline, virtual] |
setPolar(const Value &r, const Value &phi) | Polar< Value > | [inline, virtual] |