Function dgeqpf_

Source
pub unsafe extern "C" fn dgeqpf_(
    m: *const c_int,
    n: *const c_int,
    a: *mut c_double,
    lda: *const c_int,
    jpvt: *mut c_int,
    tau: *mut c_double,
    work: *mut c_double,
    info: *mut c_int,
)