Group: complex
A
C
typedef kfr::c32 Alias for complex typedef kfr::c64 Alias for complex function kfr::generic::cabs(const T1 &) Returns the absolute value (magnitude) of the complex number x function kfr::generic::cabssqr(const T1 &) Returns the squared absolute value (magnitude squared) of the complex number x function kfr::generic::carg(const T1 &) Returns the phase angle (argument) of the complex number x function kfr::generic::cartesian(const T1 &) Converts complex number to cartesian typedef kfr::cbase Alias for complex function kfr::generic::ccomp(const vec<T, N> &) function kfr::generic::cconj(const T1 &) Returns the complex conjugate of the complex number x function kfr::generic::ccos(const T1 &) Returns the cosine of the complex number x function kfr::generic::ccosh(const T1 &) Returns the hyperbolic cosine of the complex number x function kfr::generic::cdecom(const vec<complex<T>, N> &) function kfr::generic::cdupimag(const vec<complex<T>, N> &) Returns vector of complex values with imaginary part duplicated function kfr::generic::cdupreal(const vec<complex<T>, N> &) Returns vector of complex values with real part duplicated function kfr::generic::cexp10(const T1 &) Returns 10 raised to the complex number x function kfr::generic::cexp2(const T1 &) Returns 2 raised to the complex number x function kfr::generic::cexp(const T1 &) Returns \(e\) raised to the complex number x function kfr::generic::clog10(const T1 &) Returns the common (base-10) logarithm of the complex number x function kfr::generic::clog2(const T1 &) Returns the binary (base-2) logarithm of the complex number x function kfr::generic::clog(const T1 &) Returns the natural logarithm of the complex number x function kfr::generic::cnegimag(const vec<complex<T>, N> &) Returns vector of complex values with imaginary part negated function kfr::generic::cnegreal(const vec<complex<T>, N> &) Returns vector of complex values with real part negated class std::common_type<kfr::complex<T1>, kfr::complex<T2>> class std::common_type<kfr::complex<T1>, kfr::vec<T2, N>> class std::common_type<kfr::complex<T1>, T2> class std::common_type<kfr::vec<T1, N>, kfr::complex<T2>> class std::common_type<T1, kfr::complex<T2>> class kfr::compound_type_traits<std::complex<T>> function kfr::generic::csin(const T1 &) Returns the sine of the complex number x function kfr::generic::csinh(const T1 &) Returns the hyperbolic sine of the complex number x function kfr::generic::csqr(const T1 &) Returns square of the complex number x function kfr::generic::csqrt(const T1 &) Returns square root of the complex number x function kfr::generic::cswapreim(const vec<complex<T>, N> &) Returns vector of complex values with real and imaginary parts swapped
D
I
M
P
R
S
T
V
W