Function lapack_sys::strevc_[][src]

pub unsafe extern "C" fn strevc_(
    side: *const c_char,
    howmny: *const c_char,
    select: *mut c_int,
    n: *const c_int,
    T: *const f32,
    ldt: *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
)