Function lapack_sys::dtpqrt2_[][src]

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