sgeqrt2_

Function sgeqrt2_ 

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