Function lapack_sys::dtpqrt_[][src]

pub unsafe extern "C" fn dtpqrt_(
    m: *const c_int,
    n: *const c_int,
    l: *const c_int,
    nb: *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
)