Function lapack_sys::strsna_[][src]

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