Function lapack_sys::dtgsna_[][src]

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