Function make_complex¶
function make_complex(E1 &&, E2 &&) base¶
template <typename E1, typename E2>
requires expression_arguments<E1, E2>
KFR_INTRINSIC expression_make_function<fn::make_complex, E1, E2> make_complex(E1&& re, E2&& im) Creates an expression that constructs a complex value from the real part re and the imaginary part im.
Fully qualified name: kfr::make_complex(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:325
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.