Function lapack_sys::dgetsqrhrt_[][src]

pub unsafe extern "C" fn dgetsqrhrt_(
    m: *const c_int,
    n: *const c_int,
    mb1: *const c_int,
    nb1: *const c_int,
    nb2: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    T: *mut f64,
    ldt: *const c_int,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int
)