lapack_sys::c::LAPACKE_ssyrfs_work [] [src]

pub unsafe extern fn LAPACKE_ssyrfs_work(matrix_layout: c_int, uplo: c_char, n: c_int, nrhs: c_int, a: *const c_float, lda: c_int, af: *const c_float, ldaf: c_int, ipiv: *const c_int, b: *const c_float, ldb: c_int, x: *mut c_float, ldx: c_int, ferr: *mut c_float, berr: *mut c_float, work: *mut c_float, iwork: *mut c_int) -> c_int