Function cdecom¶
function cdecom(const vec<complex<T>, N> &) simd¶
template <typename T, size_t N>
constexpr KFR_INTRINSIC vec<T, N * 2> cdecom(const vec<complex<T>, N>& x) { … } Decomposes a vector of N complex values into a flattened 2N-element real vector.
| x | Vector of complex values. |
| Interleaved real vector [real, imag, real, imag, ...]. |
Fully qualified name: kfr::cdecom(const vec<complex<T>, N> &)
Declared at simd/complex.hpp:184
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.