lapack_sys::c::LAPACKE_dsyrfs [] [src]

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