Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 836 Bytes

File metadata and controls

29 lines (20 loc) · 836 Bytes

Batch of Complex Numbers

.. doxygenclass:: xsimd::batch< std::complex< T >, A >
   :project: xsimd
   :members:

Operations Specific to Batches of Complex Numbers

.. doxygengroup:: batch_complex
   :project: xsimd
   :content-only:

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.