Function lapack_sys::stgevc_[][src]

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