Function lapack_sys::dgehrd_[][src]

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