Skip to main content

interleaved_complex_dot_runtime

Function interleaved_complex_dot_runtime 

Source
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>,
Expand description

Computes an interleaved complex dot product using Hermes runtime provider selection.