Function dorgrq_

Source
pub unsafe extern "C" fn dorgrq_(
    m: *const c_int,
    n: *const c_int,
    k: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    tau: *const f64,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int,
)