Batch of complex numbers
Warning
doxygenclass: Cannot find class “xsimd::batch< std::complex< T >, A >” in doxygen xml output for project “xsimd” from directory: ../xml
Operations specific to batches of complex numbers
XTL complex support
If the preprocessor token XSIMD_ENABLE_XTL_COMPLEX
is defined, xsimd
provides constructors of xsimd::batch< std::complex< T >, A >
from
xtl::xcomplex
, similar to those for std::complex
. This requires xtl
to be installed.