Function lapack_sys::stgsna_[][src]

pub unsafe extern "C" fn stgsna_(
    job: *const c_char,
    howmny: *const c_char,
    select: *const c_int,
    n: *const c_int,
    A: *const f32,
    lda: *const c_int,
    B: *const f32,
    ldb: *const c_int,
    VL: *const f32,
    ldvl: *const c_int,
    VR: *const f32,
    ldvr: *const c_int,
    S: *mut f32,
    DIF: *mut f32,
    mm: *const c_int,
    m: *mut c_int,
    work: *mut f32,
    lwork: *const c_int,
    iwork: *mut c_int,
    info: *mut c_int
)