pub fn interleaved_complex_dot_runtime<T, const CONJ_B: bool>( a: &[T], b: &[T], ) -> Result<(T, T), SimdError>where T: SimdOps + Neg<Output = T>,
Computes an interleaved complex dot product using Hermes runtime provider selection.