Skip to content

Function real

function real(const T &) simd

template <numeric T>
constexpr KFR_INTRINSIC T real(const T& value) { … }

Returns the real part of the complex value

Fully qualified name: kfr::real(const T &)

Declared at simd/complex.hpp:300

Function real

function real(const complex<T> &) simd

template <typename T>
constexpr KFR_INTRINSIC T real(const complex<T>& value) { … }

Returns the real part of the complex value

Fully qualified name: kfr::real(const complex<T> &)

Declared at simd/complex.hpp:307

Function real

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

template <typename T, size_t N>
constexpr KFR_INTRINSIC vec<T, N> real(const vec<complex<T>, N>& value) { … }

Returns the real parts of a vector of complex values.

Parameters
value Vector of complex values.
Returns
Vector of the real components.

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

Declared at simd/complex.hpp:318

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