Function lapack_sys::sgees_[][src]

pub unsafe extern "C" fn sgees_(
    jobvs: *const c_char,
    sort: *const c_char,
    select: LAPACK_S_SELECT2,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    sdim: *mut c_int,
    WR: *mut f32,
    WI: *mut f32,
    VS: *mut f32,
    ldvs: *const c_int,
    work: *mut f32,
    lwork: *const c_int,
    BWORK: *mut c_int,
    info: *mut c_int
)