44 double* rcond,
double* berr,
53 LAPACK_zsyrfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, s,
54 b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
55 err_bnds_norm, err_bnds_comp, &nparams, params, work,
69 double* err_bnds_norm_t = NULL;
70 double* err_bnds_comp_t = NULL;
107 ldb_t *
MAX(1,nrhs) );
114 ldx_t *
MAX(1,nrhs) );
119 err_bnds_norm_t = (
double*)
121 if( err_bnds_norm_t == NULL ) {
125 err_bnds_comp_t = (
double*)
127 if( err_bnds_comp_t == NULL ) {
137 LAPACK_zsyrfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
138 ipiv, s, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
139 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
140 params, work, rwork, &info );
147 nrhs, err_bnds_norm, nrhs );
149 nrhs, err_bnds_comp, nrhs );