Function lapack_sys::cgesdd_[][src]

pub unsafe extern "C" fn cgesdd_(
    jobz: *const c_char,
    m: *const c_int,
    n: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    S: *mut f32,
    U: *mut __BindgenComplex<f32>,
    ldu: *const c_int,
    VT: *mut __BindgenComplex<f32>,
    ldvt: *const c_int,
    work: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    rwork: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)