Function lapack_sys::dtprfb_[][src]

pub unsafe extern "C" fn dtprfb_(
    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,
    l: *const c_int,
    V: *const f64,
    ldv: *const c_int,
    T: *const f64,
    ldt: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    B: *mut f64,
    ldb: *const c_int,
    work: *mut f64,
    ldwork: *const c_int
)