Function lapack_sys::ctrsen_[][src]

pub unsafe extern "C" fn ctrsen_(
    job: *const c_char,
    compq: *const c_char,
    select: *const c_int,
    n: *const c_int,
    T: *mut __BindgenComplex<f32>,
    ldt: *const c_int,
    Q: *mut __BindgenComplex<f32>,
    ldq: *const c_int,
    W: *mut __BindgenComplex<f32>,
    m: *mut c_int,
    s: *mut f32,
    sep: *mut f32,
    work: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    info: *mut c_int
)