Function lapack_sys::dtrsna_[][src]

pub unsafe extern "C" fn dtrsna_(
    job: *const c_char,
    howmny: *const c_char,
    select: *const c_int,
    n: *const c_int,
    T: *const f64,
    ldt: *const c_int,
    VL: *const f64,
    ldvl: *const c_int,
    VR: *const f64,
    ldvr: *const c_int,
    S: *mut f64,
    SEP: *mut f64,
    mm: *const c_int,
    m: *mut c_int,
    work: *mut f64,
    ldwork: *const c_int,
    iwork: *mut c_int,
    info: *mut c_int
)