rlapack::ll::cgesvd_ [] [src]

pub unsafe extern fn cgesvd_(__jobu: *mut c_char, __jobvt: *mut c_char, __m: *mut __CLPK_integer, __n: *mut __CLPK_integer, __a: *mut __CLPK_complex, __lda: *mut __CLPK_integer, __s: *mut __CLPK_real, __u: *mut __CLPK_complex, __ldu: *mut __CLPK_integer, __vt: *mut __CLPK_complex, __ldvt: *mut __CLPK_integer, __work: *mut __CLPK_complex, __lwork: *mut __CLPK_integer, __rwork: *mut __CLPK_real, __info: *mut __CLPK_integer) -> c_int