Function lapack_sys::sggesx_[][src]

pub unsafe extern "C" fn sggesx_(
    jobvsl: *const c_char,
    jobvsr: *const c_char,
    sort: *const c_char,
    selctg: LAPACK_S_SELECT3,
    sense: *const c_char,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    B: *mut f32,
    ldb: *const c_int,
    sdim: *mut c_int,
    alphar: *mut f32,
    alphai: *mut f32,
    beta: *mut f32,
    VSL: *mut f32,
    ldvsl: *const c_int,
    VSR: *mut f32,
    ldvsr: *const c_int,
    rconde: *mut f32,
    rcondv: *mut f32,
    work: *mut f32,
    lwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    BWORK: *mut c_int,
    info: *mut c_int
)