lapack_sys::c::LAPACKE_chbgvd [] [src]

pub unsafe extern fn LAPACKE_chbgvd(matrix_layout: c_int, jobz: c_char, uplo: c_char, n: c_int, ka: c_int, kb: c_int, ab: *mut c_float_complex, ldab: c_int, bb: *mut c_float_complex, ldbb: c_int, w: *mut c_float, z: *mut c_float_complex, ldz: c_int) -> c_int