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.
- Template Parameters:
T – the type of the underlying values.
A – the architecture this batch is tied too.