Function lapack_sys::slarfb_[][src]

pub unsafe extern "C" fn slarfb_(
    side: *const c_char,
    trans: *const c_char,
    direct: *const c_char,
    storev: *const c_char,
    m: *const c_int,
    n: *const c_int,
    k: *const c_int,
    V: *const f32,
    ldv: *const c_int,
    T: *const f32,
    ldt: *const c_int,
    C: *mut f32,
    ldc: *const c_int,
    work: *mut f32,
    ldwork: *const c_int
)