Function stplqt2_

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