Skip to content

Function cnegreal

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

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

Fully qualified name: kfr::cnegreal(const vec<complex<T>, N> &)

Declared at simd/complex.hpp:215

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.