Skip to main content

elementwise_div

Function elementwise_div 

Source
pub fn elementwise_div<T: SimdOps>(
    a: &[T],
    b: &[T],
    out: &mut [T],
) -> Result<(), SimdError>
Expand description

Computes the elementwise quotient of two slices and writes to out.