Function lapack_sys::dtplqt_[][src]

pub unsafe extern "C" fn dtplqt_(
    m: *const c_int,
    n: *const c_int,
    l: *const c_int,
    mb: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    B: *mut f64,
    ldb: *const c_int,
    T: *mut f64,
    ldt: *const c_int,
    work: *mut f64,
    info: *mut c_int
)