lapack_sys::c::LAPACKE_ssbevx_work [] [src]

pub unsafe extern fn LAPACKE_ssbevx_work(matrix_layout: c_int, jobz: c_char, range: c_char, uplo: c_char, n: c_int, kd: c_int, ab: *mut c_float, ldab: c_int, q: *mut c_float, ldq: c_int, vl: c_float, vu: c_float, il: c_int, iu: c_int, abstol: c_float, m: *mut c_int, w: *mut c_float, z: *mut c_float, ldz: c_int, work: *mut c_float, iwork: *mut c_int, ifail: *mut c_int) -> c_int