lapack_sys::sporfs_ [] [src]

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