lapack_sys::c::LAPACKE_sptsvx_work [] [src]

pub unsafe extern fn LAPACKE_sptsvx_work(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, work: *mut c_float) -> c_int