lapack_sys::c::LAPACKE_ssbevd [] [src]

pub unsafe extern fn LAPACKE_ssbevd(matrix_layout: c_int, jobz: c_char, uplo: c_char, n: c_int, kd: c_int, ab: *mut c_float, ldab: c_int, w: *mut c_float, z: *mut c_float, ldz: c_int) -> c_int