Function lapack_sys::ctrsna_[][src]

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