43 float* rcond,
float* berr,
52 LAPACK_cporfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, s, b,
53 &ldb, x, &ldx, rcond, berr, &n_err_bnds, err_bnds_norm,
54 err_bnds_comp, &nparams, params, work, rwork, &info );
67 float* err_bnds_norm_t = NULL;
68 float* err_bnds_comp_t = NULL;
105 ldb_t *
MAX(1,nrhs) );
112 ldx_t *
MAX(1,nrhs) );
117 err_bnds_norm_t = (
float*)
119 if( err_bnds_norm_t == NULL ) {
123 err_bnds_comp_t = (
float*)
125 if( err_bnds_comp_t == NULL ) {
135 LAPACK_cporfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, s,
136 b_t, &ldb_t, x_t, &ldx_t, rcond, berr, &n_err_bnds,
137 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
138 work, rwork, &info );
145 nrhs, err_bnds_norm, nrhs );
147 nrhs, err_bnds_comp, nrhs );