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