lapack_sys::dgerfs_ [] [src]

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