xsimd_batch_complex

template<class T, class A>
class batch<std::complex<T>, A>

batch of complex values.

Abstract representation of an SIMD register for complex values.

tparam T

the type of the underlying values.

tparam A

the architecture this batch is tied too.

Complex operators