lapack

Function clarfg

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