Function lapack_sys::dgeqpf_[][src]

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