lapack_sys::c::LAPACKE_cgbsvx [] [src]

pub unsafe extern fn LAPACKE_cgbsvx(matrix_layout: c_int, fact: c_char, trans: c_char, n: c_int, kl: c_int, ku: c_int, nrhs: c_int, ab: *mut c_float_complex, ldab: c_int, afb: *mut c_float_complex, ldafb: c_int, ipiv: *mut c_int, equed: *mut c_char, r: *mut c_float, c: *mut c_float, b: *mut c_float_complex, ldb: c_int, x: *mut c_float_complex, ldx: c_int, rcond: *mut c_float, ferr: *mut c_float, berr: *mut c_float, rpivot: *mut c_float) -> c_int