simd_complex_batch_bool¶
-
template<class
X
>
classxsimd
::
simd_complex_batch_bool
: public xsimd::simd_batch_bool<X>¶ Base class for complex batch of boolean values.
The simd_complex_batch_bool class is the base class for all classes representing a complex batch of boolean values. Complex batch of boolean values is meant for operations that may involve batches of complex numbers. Thus, the boolean values are stored as floating point values, and each type of batch of complex has its dedicated type of boolean batch.
- See
- Template Parameters
X
: The derived type