Expand description
Simd operations for a specific type satisfying ComplexField
.
Structs§
- NoConj
- Do not conjugate.
- Prefix
- Simd prefix, contains the elements before the body.
- Prefix
Mut - Simd prefix (mutable), contains the elements before the body.
- SimdFor
- Wrapper for simd operations for type
E
. - Suffix
- Simd suffix, contains the elements after the body.
- Suffix
Mut - Simd suffix (mutable), contains the elements after the body.
- YesConj
- Do conjugate.