Skip to main content

scale_f64_dispatch

Function scale_f64_dispatch 

Source
pub fn scale_f64_dispatch(alpha: f64, y: &mut [f64])
Expand description

Scale f64 slice in-place: y[i] *= alpha, using the best available SIMD path.