#include <complex_type.hpp>
|
std::complex< double > | c_ |
|
Definition at line 31 of file complex_type.hpp.
◆ value_type
◆ complex_t() [1/4]
cmplx::complex_t::complex_t |
( |
| ) |
|
|
inline |
◆ complex_t() [2/4]
cmplx::complex_t::complex_t |
( |
const complex_t & |
d | ) |
|
|
inline |
◆ complex_t() [3/4]
cmplx::complex_t::complex_t |
( |
const double & |
real, |
|
|
const double & |
imag |
|
) |
| |
|
inline |
◆ complex_t() [4/4]
cmplx::complex_t::complex_t |
( |
const value_type & |
v | ) |
|
|
inline |
◆ operator bool()
cmplx::complex_t::operator bool |
( |
| ) |
const |
|
inline |
◆ operator T()
template<typename T >
cmplx::complex_t::operator T |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool cmplx::complex_t::operator!= |
( |
const complex_t & |
r | ) |
const |
|
inline |
◆ operator*=() [1/2]
◆ operator*=() [2/2]
complex_t & cmplx::complex_t::operator*= |
( |
const double |
r | ) |
|
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
complex_t cmplx::complex_t::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
complex_t & cmplx::complex_t::operator+= |
( |
const double |
r | ) |
|
|
inline |
◆ operator-()
complex_t cmplx::complex_t::operator- |
( |
| ) |
const |
|
inline |
◆ operator--() [1/2]
◆ operator--() [2/2]
complex_t cmplx::complex_t::operator-- |
( |
int |
| ) |
|
|
inline |
◆ operator-=() [1/2]
◆ operator-=() [2/2]
complex_t & cmplx::complex_t::operator-= |
( |
const double |
r | ) |
|
|
inline |
◆ operator/=() [1/2]
◆ operator/=() [2/2]
complex_t & cmplx::complex_t::operator/= |
( |
const double |
r | ) |
|
|
inline |
◆ operator=() [1/4]
◆ operator=() [2/4]
complex_t & cmplx::complex_t::operator= |
( |
const double & |
d | ) |
|
|
inline |
◆ operator=() [3/4]
complex_t & cmplx::complex_t::operator= |
( |
const double |
r | ) |
|
|
inline |
◆ operator=() [4/4]
template<typename T >
complex_t & cmplx::complex_t::operator= |
( |
const T |
d | ) |
|
|
inline |
◆ operator==()
bool cmplx::complex_t::operator== |
( |
const complex_t & |
r | ) |
const |
|
inline |
◆ c_
std::complex<double> cmplx::complex_t::c_ |
Definition at line 83 of file complex_type.hpp.
Referenced by cmplx::abs(), cmplx::acos(), cmplx::asin(), cmplx::atan(), cmplx::atan2(), cmplx::ceil(), cmplx::cos(), cmplx::cosh(), cmplx::cot(), cmplx::csc(), cmplx::d2g(), cmplx::d2r(), cmplx::exp(), cmplx::floor(), cmplx::frac(), cmplx::g2d(), exprtk::details::numeric::details::is_nan_impl(), cmplx::log(), cmplx::log10(), cmplx::log2(), cmplx::logn(), cmplx::max(), cmplx::min(), cmplx::modulus(), cmplx::neg(), operator bool(), operator T(), operator!=(), cmplx::operator*(), operator*=(), operator*=(), cmplx::operator+(), operator++(), operator++(), operator+=(), operator+=(), operator-(), cmplx::operator-(), operator--(), operator--(), operator-=(), operator-=(), cmplx::operator/(), operator/=(), operator/=(), cmplx::operator<(), cmplx::operator<=(), operator=(), operator=(), operator=(), operator=(), operator==(), cmplx::operator>(), cmplx::operator>=(), cmplx::pow(), exprtk::rtl::io::details::print_type(), cmplx::r2d(), cmplx::sec(), cmplx::sin(), cmplx::sinh(), cmplx::sqrt(), exprtk::details::string_to_real(), cmplx::tan(), cmplx::tanh(), and cmplx::trunc().
The documentation for this struct was generated from the following file: