C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
|
This is the complete list of members for cxsc::complex, including all inherited members.
_complex(const cvector &) noexcept | cxsc::complex | friend |
_complex(const cvector_slice &) noexcept | cxsc::complex | friend |
_complex(const cmatrix &) noexcept | cxsc::complex | friend |
_complex(const cmatrix_slice &) noexcept | cxsc::complex | friend |
_complex(const cdotprecision &a) noexcept | cxsc::complex | friend |
abs(complex z) | cxsc::complex | friend |
abs2(const complex &a) | cxsc::complex | friend |
adddown(const complex &a, const complex &b) | cxsc::complex | friend |
adddown(const complex &a, const real &b) | cxsc::complex | friend |
adddown(const real &a, const complex &b) | cxsc::complex | friend |
addup(const complex &a, const complex &b) | cxsc::complex | friend |
addup(const complex &a, const real &b) | cxsc::complex | friend |
addup(const real &a, const complex &b) | cxsc::complex | friend |
complex(void) noexcept | cxsc::complex | inline |
complex(const real &a, const real &b) noexcept | cxsc::complex | inline |
complex(const real &r) noexcept | cxsc::complex | inlineexplicit |
complex(const cvector &) noexcept | cxsc::complex | inlineexplicit |
complex(const cvector_slice &) noexcept | cxsc::complex | inlineexplicit |
complex(const cmatrix &) noexcept | cxsc::complex | inlineexplicit |
complex(const cmatrix_slice &) noexcept | cxsc::complex | inlineexplicit |
complex(const cdotprecision &) noexcept | cxsc::complex | explicit |
conj(const complex &a) | cxsc::complex | friend |
divdown(const complex &a, const complex &b) | cxsc::complex | friend |
divdown(const complex &a, const real &b) | cxsc::complex | friend |
divdown(const real &a, const complex &b) | cxsc::complex | friend |
divn(const complex &a, const complex &b) | cxsc::complex | friend |
divup(const complex &a, const complex &b) | cxsc::complex | friend |
divup(const complex &a, const real &b) | cxsc::complex | friend |
divup(const real &a, const complex &b) | cxsc::complex | friend |
Im(complex &a) | cxsc::complex | friend |
Im(const complex &a) | cxsc::complex | friend |
multdown(const complex &a, const complex &b) | cxsc::complex | friend |
multdown(const complex &a, const real &b) | cxsc::complex | friend |
multdown(const real &a, const complex &b) | cxsc::complex | friend |
multup(const complex &a, const complex &b) | cxsc::complex | friend |
multup(const complex &a, const real &b) | cxsc::complex | friend |
multup(const real &a, const complex &b) | cxsc::complex | friend |
operator!(const complex &a) | cxsc::complex | friend |
operator!=(const complex &a, const complex &b) | cxsc::complex | friend |
operator!=(const complex &a, const real &b) | cxsc::complex | friend |
operator!=(const real &a, const complex &b) | cxsc::complex | friend |
operator!=(const complex &a, const dotprecision &b) | cxsc::complex | friend |
operator!=(const dotprecision &a, const complex &b) | cxsc::complex | friend |
operator*(const complex &a, const complex &b) | cxsc::complex | friend |
operator*(const complex &a, const real &b) | cxsc::complex | friend |
operator*(const real &a, const complex &b) | cxsc::complex | friend |
operator*=(complex &a, const complex &b) | cxsc::complex | friend |
operator*=(complex &a, const real &b) | cxsc::complex | friend |
operator+(const complex &a) | cxsc::complex | friend |
operator+(const complex &a, const complex &b) | cxsc::complex | friend |
operator+(const complex &a, const real &b) | cxsc::complex | friend |
operator+(const real &a, const complex &b) | cxsc::complex | friend |
operator+=(complex &a, const complex &b) | cxsc::complex | friend |
operator+=(complex &a, const real &b) | cxsc::complex | friend |
operator-(const complex &a) | cxsc::complex | friend |
operator-(const complex &a, const complex &b) | cxsc::complex | friend |
operator-(const complex &a, const real &b) | cxsc::complex | friend |
operator-(const real &a, const complex &b) | cxsc::complex | friend |
operator-=(complex &a, const complex &b) | cxsc::complex | friend |
operator-=(complex &a, const real &b) | cxsc::complex | friend |
operator/(const complex &a, const complex &b) | cxsc::complex | friend |
operator/(const complex &a, const real &b) | cxsc::complex | friend |
operator/(const real &a, const complex &b) | cxsc::complex | friend |
operator/=(complex &a, const complex &b) | cxsc::complex | friend |
operator/=(complex &a, const real &b) | cxsc::complex | friend |
operator<<(std::ostream &s, const complex &a) | cxsc::complex | friend |
operator<<(std::string &s, const complex &a) | cxsc::complex | friend |
operator=(const real &r) noexcept | cxsc::complex | inline |
operator=(const cdotprecision &) noexcept | cxsc::complex | |
operator=(const lx_complex &) noexcept | cxsc::complex | |
operator=(const l_complex &) noexcept | cxsc::complex | |
operator==(const complex &a, const complex &b) | cxsc::complex | friend |
operator==(const complex &a, const real &b) | cxsc::complex | friend |
operator==(const real &a, const complex &b) | cxsc::complex | friend |
operator==(const complex &a, const dotprecision &b) | cxsc::complex | friend |
operator==(const dotprecision &a, const complex &b) | cxsc::complex | friend |
operator>>(std::istream &s, complex &a) | cxsc::complex | friend |
operator>>(std::string &s, complex &a) | cxsc::complex | friend |
operator>>(const char *s, complex &a) | cxsc::complex | friend |
operator>>(const std::string &s, complex &a) | cxsc::complex | friend |
Re(complex &a) | cxsc::complex | friend |
Re(const complex &a) | cxsc::complex | friend |
SetIm(complex &a, const real &b) | cxsc::complex | friend |
SetRe(complex &a, const real &b) | cxsc::complex | friend |
subdown(const complex &a, const complex &b) | cxsc::complex | friend |
subdown(const complex &a, const real &b) | cxsc::complex | friend |
subdown(const real &a, const complex &b) | cxsc::complex | friend |
subup(const complex &a, const complex &b) | cxsc::complex | friend |
subup(const complex &a, const real &b) | cxsc::complex | friend |
subup(const real &a, const complex &b) | cxsc::complex | friend |