Function lapack::slarfg [] [src]

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