21 template <
typename Real>
37 DYN_FUNC
bool isReal()
const;
DYN_FUNC const Complex< Real > operator+(const Complex< Real > &other) const
DYN_FUNC Real & imagPart()
DYN_FUNC Real & realPart()
DYN_FUNC bool operator==(const Complex< Real > &other) const
DYN_FUNC Real realPart() const
DYN_FUNC Real normSquared() const
DYN_FUNC const Complex< Real > operator*(const Complex< Real > &other) const
DYN_FUNC Real norm() const
DYN_FUNC Complex< Real > & operator/=(const Complex< Real > &other)
DYN_FUNC Complex< Real > & operator-=(const Complex< Real > &other)
DYN_FUNC const Complex< Real > operator-(void) const
DYN_FUNC const Complex< Real > operator/(const Complex< Real > &other) const
DYN_FUNC bool operator!=(const Complex< Real > &other) const
DYN_FUNC Real imagPart() const
DYN_FUNC Complex< Real > & operator*=(const Complex< Real > &other)
DYN_FUNC Complex< Real > conjugate() const
DYN_FUNC bool isReal() const
DYN_FUNC Complex< Real > & operator=(const Complex< Real > &other)
DYN_FUNC Complex< Real > & operator+=(const Complex< Real > &other)
This is an implementation of AdditiveCCD based on peridyno.
DYN_FUNC Complex< Real > cosh(const Complex< Real > &)
DYN_FUNC Real arg(const Complex< Real > &)
DYN_FUNC Complex< Real > atanh(const Complex< Real > &)
DYN_FUNC Complex< Real > tanh(const Complex< Real > &)
DYN_FUNC Complex< Real > log(const Complex< Real > &)
DYN_FUNC Complex< Real > sin(const Complex< Real > &)
DYN_FUNC Complex< Real > pow(const Complex< Real > &, const Real &)
DYN_FUNC Complex< Real > tan(const Complex< Real > &)
DYN_FUNC Complex< Real > cos(const Complex< Real > &)
DYN_FUNC Complex< Real > acos(const Complex< Real > &)
DYN_FUNC Complex< Real > acosh(const Complex< Real > &)
DYN_FUNC Complex< Real > asinh(const Complex< Real > &)
DYN_FUNC Complex< Real > exp(const Complex< Real > &)
DYN_FUNC Complex< Real > sqrt(const Complex< Real > &)
DYN_FUNC Complex< Real > polar(const Real &__rho, const Real &__theta=Real(0))
DYN_FUNC Complex< Real > log10(const Complex< Real > &)
DYN_FUNC Complex< Real > sinh(const Complex< Real > &)
DYN_FUNC Complex< Real > asin(const Complex< Real > &)
DYN_FUNC Complex< Real > atan(const Complex< Real > &)