lapack_sys::c::LAPACKE_sptsvx [] [src]

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