Function slassq

Source
pub unsafe fn slassq(
    n: i32,
    x: &[f32],
    incx: i32,
    scale: &mut [f32],
    sumsq: &mut [f32],
)