lapack_sys::c::LAPACKE_sptrfs [] [src]

pub unsafe extern fn LAPACKE_sptrfs(matrix_layout: c_int, n: c_int, nrhs: c_int, d: *const c_float, e: *const c_float, df: *const c_float, ef: *const c_float, b: *const c_float, ldb: c_int, x: *mut c_float, ldx: c_int, ferr: *mut c_float, berr: *mut c_float) -> c_int