lapack_sys::sposvx_ [] [src]

pub unsafe extern fn sposvx_(fact: *const c_char, uplo: *const c_char, n: *const c_int, nrhs: *const c_int, a: *mut c_float, lda: *const c_int, af: *mut c_float, ldaf: *const c_int, equed: *mut c_char, s: *mut c_float, b: *mut c_float, ldb: *const c_int, x: *mut c_float, ldx: *const c_int, rcond: *mut c_float, ferr: *mut c_float, berr: *mut c_float, work: *mut c_float, iwork: *mut c_int, info: *mut c_int)