Function lapack_sys::dgeqrt2_[][src]

pub unsafe extern "C" fn dgeqrt2_(
    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
)