Function lapack_sys::dtgevc_[][src]

pub unsafe extern "C" fn dtgevc_(
    side: *const c_char,
    howmny: *const c_char,
    select: *const c_int,
    n: *const c_int,
    S: *const f64,
    lds: *const c_int,
    P: *const f64,
    ldp: *const c_int,
    VL: *mut f64,
    ldvl: *const c_int,
    VR: *mut f64,
    ldvr: *const c_int,
    mm: *const c_int,
    m: *mut c_int,
    work: *mut f64,
    info: *mut c_int
)