44 double* params,
double* work,
50 LAPACK_dporfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, s, b,
51 &ldb, x, &ldx, rcond, berr, &n_err_bnds, err_bnds_norm,
52 err_bnds_comp, &nparams, params, work, iwork, &info );
65 double* err_bnds_norm_t = NULL;
66 double* err_bnds_comp_t = NULL;
109 err_bnds_norm_t = (
double*)
111 if( err_bnds_norm_t == NULL ) {
115 err_bnds_comp_t = (
double*)
117 if( err_bnds_comp_t == NULL ) {
127 LAPACK_dporfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, s,
128 b_t, &ldb_t, x_t, &ldx_t, rcond, berr, &n_err_bnds,
129 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
130 work, iwork, &info );
137 nrhs, err_bnds_norm, nrhs );
139 nrhs, err_bnds_comp, nrhs );