HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
This is the complete list of members for Heph::Complex, including all inherited members.
Complex() | Heph::Complex | inline |
Complex(double real, double imag) | Heph::Complex | inline |
Conjugate() const | Heph::Complex | inline |
imag | Heph::Complex | |
Magnitude() const | Heph::Complex | |
MagnitudeSquared() const | Heph::Complex | inline |
operator!=(const Complex &rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator*(double rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator*(const Complex &rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator*=(double rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator*=(const Complex &rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator+(double rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator+(const Complex &rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator+=(double rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator+=(const Complex &rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator-() const (defined in Heph::Complex) | Heph::Complex | inline |
operator-(double rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator-(const Complex &rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator-=(double rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator-=(const Complex &rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator/(double rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator/(const Complex &rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
operator/=(double rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator/=(const Complex &rhs) (defined in Heph::Complex) | Heph::Complex | inline |
operator==(const Complex &rhs) const (defined in Heph::Complex) | Heph::Complex | inline |
Phase() const | Heph::Complex | |
real | Heph::Complex |