43 double* params,
double* work,
49 LAPACK_dporfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, s, b,
50 &ldb, x, &ldx, rcond, berr, &n_err_bnds, err_bnds_norm,
51 err_bnds_comp, &nparams, params, work, iwork, &info );
64 double* err_bnds_norm_t = NULL;
65 double* err_bnds_comp_t = NULL;
108 err_bnds_norm_t = (
double*)
110 if( err_bnds_norm_t == NULL ) {
114 err_bnds_comp_t = (
double*)
116 if( err_bnds_comp_t == NULL ) {
126 LAPACK_dporfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, s,
127 b_t, &ldb_t, x_t, &ldx_t, rcond, berr, &n_err_bnds,
128 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
129 work, iwork, &info );
136 nrhs, err_bnds_norm, nrhs );
138 nrhs, err_bnds_comp, nrhs );
#define LAPACK_dporfsx(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_dporfsx_work(int matrix_layout, char uplo, char equed, lapack_int n, lapack_int nrhs, const double *a, lapack_int lda, const double *af, lapack_int ldaf, const double *s, const double *b, lapack_int ldb, 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, double *work, lapack_int *iwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACKE_dsy_trans(int matrix_layout, char uplo, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)