lapack_sys::c::LAPACKE_chesvxx [] [src]

pub unsafe extern fn LAPACKE_chesvxx(matrix_layout: c_int, fact: c_char, uplo: c_char, n: c_int, nrhs: c_int, a: *mut c_float_complex, lda: c_int, af: *mut c_float_complex, ldaf: c_int, ipiv: *mut c_int, equed: *mut c_char, s: *mut c_float, b: *mut c_float_complex, ldb: c_int, x: *mut c_float_complex, ldx: c_int, rcond: *mut c_float, rpvgrw: *mut c_float, berr: *mut c_float, n_err_bnds: c_int, err_bnds_norm: *mut c_float, err_bnds_comp: *mut c_float, nparams: c_int, params: *mut c_float) -> c_int