Function lapack_sys::strsen_[][src]

pub unsafe extern "C" fn strsen_(
    job: *const c_char,
    compq: *const c_char,
    select: *const c_int,
    n: *const c_int,
    T: *mut f32,
    ldt: *const c_int,
    Q: *mut f32,
    ldq: *const c_int,
    WR: *mut f32,
    WI: *mut f32,
    m: *mut c_int,
    s: *mut f32,
    sep: *mut f32,
    work: *mut f32,
    lwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    info: *mut c_int
)