Base Framework
|
This is the complete list of members for Complex< TYPE >, including all inherited members.
_ONE (defined in Complex< TYPE >) | Complex< TYPE > | static |
acos(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
acosh(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
asin(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
asinh(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
atan(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
atanh(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
Complex() noexcept | Complex< TYPE > | inline |
Complex(Type real) noexcept | Complex< TYPE > | inline |
Complex(Type real, Type imaginary) noexcept | Complex< TYPE > | inline |
Complex(const Polar &polar) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inline |
Complex(const Complex ©) noexcept | Complex< TYPE > | inline |
conjugate() const noexcept | Complex< TYPE > | inline |
cos(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
cosh(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
exp(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
getAngle() const noexcept | Complex< TYPE > | inline |
getImaginary() const noexcept | Complex< TYPE > | inline |
getModulus() const noexcept | Complex< TYPE > | inline |
getPolar() const noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inline |
getReal() const noexcept | Complex< TYPE > | inline |
getSqrModulus() const noexcept | Complex< TYPE > | inline |
I | Complex< TYPE > | static |
II | Complex< TYPE > | static |
imaginary | Complex< TYPE > | |
invert() const noexcept | Complex< TYPE > | inline |
ln(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
minus() const noexcept | Complex< TYPE > | inline |
MINUS_ONE | Complex< TYPE > | static |
negate() const noexcept | Complex< TYPE > | inline |
ONE | Complex< TYPE > | static |
operator!=(const Complex &value) const noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inline |
operator*=(const Complex &value) noexcept | Complex< TYPE > | inline |
operator*=(Type value) noexcept | Complex< TYPE > | inline |
operator*=(const Imaginary) noexcept | Complex< TYPE > | inline |
operator+() const noexcept | Complex< TYPE > | inline |
operator+=(const Complex &value) noexcept | Complex< TYPE > | inline |
operator+=(const Imaginary) noexcept | Complex< TYPE > | inline |
operator-() const noexcept | Complex< TYPE > | inline |
operator-=(const Complex &value) noexcept | Complex< TYPE > | inline |
operator-=(const Imaginary) noexcept | Complex< TYPE > | inline |
operator/=(Type divisor) noexcept | Complex< TYPE > | inline |
operator/=(const Complex &divisor) noexcept | Complex< TYPE > | inline |
operator/=(const Imaginary) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inline |
operator<<(FormatOutputStream &stream, const Complex< TYPE > &value) | Complex< TYPE > | related |
operator=(const Complex &assign) noexcept | Complex< TYPE > | inline |
operator=(Type real) noexcept | Complex< TYPE > | inline |
operator==(const Complex &value) const noexcept | Complex< TYPE > | inline |
plus() const noexcept | Complex< TYPE > | inline |
pow(const Type x, const Complex &y) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
real | Complex< TYPE > | |
setImaginary(const Type value) noexcept | Complex< TYPE > | inline |
setReal(const Type value) noexcept | Complex< TYPE > | inline |
sin(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
sinh(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
sqrt(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
tan(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
tanh(const Complex &x) noexcept (defined in Complex< TYPE >) | Complex< TYPE > | inlinestatic |
Type typedef (defined in Complex< TYPE >) | Complex< TYPE > | |
ZERO | Complex< TYPE > | static |