lapack

Function zlarfg

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