lapack

Function slarfg

Source
pub unsafe fn slarfg(
    n: i32,
    alpha: &mut f32,
    x: &mut [f32],
    incx: i32,
    tau: &mut [f32],
)