function cswapreim(const vec<complex<T>, N> &) complex¶
template <typename T, size_t N>
KFR_INTRINSIC vec<complex<T>, N> cswapreim(const vec<complex<T>, N>& x) Returns vector of complex values with real and imaginary parts swapped
Defined at simd/complex.hpp:159