40 const float* s,
const float* b,
lapack_int ldb,
43 float* err_bnds_norm,
float* err_bnds_comp,
44 lapack_int nparams,
float* params,
float* work,
50 LAPACK_ssyrfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, s,
51 b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
52 err_bnds_norm, err_bnds_comp, &nparams, params, work,
66 float* err_bnds_norm_t = NULL;
67 float* err_bnds_comp_t = NULL;
110 err_bnds_norm_t = (
float*)
112 if( err_bnds_norm_t == NULL ) {
116 err_bnds_comp_t = (
float*)
118 if( err_bnds_comp_t == NULL ) {
128 LAPACK_ssyrfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
129 ipiv, s, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
130 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
131 params, work, iwork, &info );
138 nrhs, err_bnds_norm, nrhs );
140 nrhs, err_bnds_comp, nrhs );
void LAPACKE_ssy_trans(int matrix_layout, char uplo, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACK_ssyrfsx(char *uplo, char *equed, lapack_int *n, lapack_int *nrhs, const float *a, lapack_int *lda, const float *af, lapack_int *ldaf, const lapack_int *ipiv, const float *s, const float *b, lapack_int *ldb, float *x, lapack_int *ldx, float *rcond, float *berr, lapack_int *n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int *nparams, float *params, float *work, lapack_int *iwork, lapack_int *info)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_ssyrfsx_work(int matrix_layout, char uplo, char equed, lapack_int n, lapack_int nrhs, const float *a, lapack_int lda, const float *af, lapack_int ldaf, const lapack_int *ipiv, const float *s, const float *b, lapack_int ldb, float *x, lapack_int ldx, float *rcond, float *berr, lapack_int n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int nparams, float *params, float *work, lapack_int *iwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR