Function lapack_sys::dgeqrt3_[][src]

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