lapack_sys::sspevd_ [] [src]

pub unsafe extern fn sspevd_(jobz: *const c_char, uplo: *const c_char, n: *const c_int, ap: *mut c_float, w: *mut c_float, z: *mut c_float, ldz: *const c_int, work: *mut c_float, lwork: *const c_int, iwork: *mut c_int, liwork: *const c_int, info: *mut c_int)