Function lapack_sys::zherfsx_[][src]

pub unsafe extern "C" fn zherfsx_(
    uplo: *const c_char,
    equed: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    A: *const __BindgenComplex<f64>,
    lda: *const c_int,
    AF: *const __BindgenComplex<f64>,
    ldaf: *const c_int,
    ipiv: *const c_int,
    S: *mut f64,
    B: *const __BindgenComplex<f64>,
    ldb: *const c_int,
    X: *mut __BindgenComplex<f64>,
    ldx: *const c_int,
    rcond: *mut f64,
    berr: *mut f64,
    n_err_bnds: *const c_int,
    err_bnds_norm: *mut f64,
    err_bnds_comp: *mut f64,
    nparams: *const c_int,
    params: *mut f64,
    work: *mut __BindgenComplex<f64>,
    rwork: *mut f64,
    info: *mut c_int
)