42 double* rcond,
double* berr,
51 LAPACK_zporfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, s, b,
52 &ldb, x, &ldx, rcond, berr, &n_err_bnds, err_bnds_norm,
53 err_bnds_comp, &nparams, params, work, rwork, &info );
66 double* err_bnds_norm_t = NULL;
67 double* err_bnds_comp_t = NULL;
104 ldb_t *
MAX(1,nrhs) );
111 ldx_t *
MAX(1,nrhs) );
116 err_bnds_norm_t = (
double*)
118 if( err_bnds_norm_t == NULL ) {
122 err_bnds_comp_t = (
double*)
124 if( err_bnds_comp_t == NULL ) {
134 LAPACK_zporfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, s,
135 b_t, &ldb_t, x_t, &ldx_t, rcond, berr, &n_err_bnds,
136 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
137 work, rwork, &info );
144 nrhs, err_bnds_norm, nrhs );
146 nrhs, err_bnds_comp, nrhs );
#define LAPACK_zporfsx(...)
#define lapack_complex_double
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_zge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)
void LAPACKE_zsy_trans(int matrix_layout, char uplo, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
lapack_int LAPACKE_zporfsx_work(int matrix_layout, char uplo, char equed, lapack_int n, lapack_int nrhs, const lapack_complex_double *a, lapack_int lda, const lapack_complex_double *af, lapack_int ldaf, const double *s, const lapack_complex_double *b, lapack_int ldb, lapack_complex_double *x, lapack_int ldx, double *rcond, double *berr, lapack_int n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int nparams, double *params, lapack_complex_double *work, double *rwork)