Function lapack_sys::dgeqrfp_[][src]

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