40 const double* s,
const double* b,
42 double* rcond,
double* berr,
45 double* params,
double* work,
51 LAPACK_dsyrfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, s,
52 b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
53 err_bnds_norm, err_bnds_comp, &nparams, params, work,
67 double* err_bnds_norm_t = NULL;
68 double* err_bnds_comp_t = NULL;
111 err_bnds_norm_t = (
double*)
113 if( err_bnds_norm_t == NULL ) {
117 err_bnds_comp_t = (
double*)
119 if( err_bnds_comp_t == NULL ) {
129 LAPACK_dsyrfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
130 ipiv, s, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
131 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
132 params, work, iwork, &info );
139 nrhs, err_bnds_norm, nrhs );
141 nrhs, err_bnds_comp, nrhs );