Skip to content

function cnegreal(const vec<complex<T>, N> &) complex

template <typename T, size_t N>
KFR_INTRINSIC vec<complex<T>, N> cnegreal(const vec<complex<T>, N>& x)

Returns vector of complex values with real part negated

Defined at simd/complex.hpp:167