Function lapack_sys::stpmlqt_[][src]

pub unsafe extern "C" fn stpmlqt_(
    side: *const c_char,
    trans: *const c_char,
    m: *const c_int,
    n: *const c_int,
    k: *const c_int,
    l: *const c_int,
    mb: *const c_int,
    V: *const f32,
    ldv: *const c_int,
    T: *const f32,
    ldt: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    B: *mut f32,
    ldb: *const c_int,
    work: *mut f32,
    info: *mut c_int
)