Function cswapreim¶
function cswapreim(const vec<complex<T>, N> &) simd¶
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
Fully qualified name: kfr::cswapreim(const vec<complex<T>, N> &)
Declared at simd/complex.hpp:207
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.