49 LAPACK_ssyrfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, s,
50 b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
51 err_bnds_norm, err_bnds_comp, &nparams, params, work,
65 float* err_bnds_norm_t = NULL;
66 float* err_bnds_comp_t = NULL;
109 err_bnds_norm_t = (
float*)
111 if( err_bnds_norm_t == NULL ) {
115 err_bnds_comp_t = (
float*)
117 if( err_bnds_comp_t == NULL ) {
127 LAPACK_ssyrfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
128 ipiv, s, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
129 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
130 params, work, iwork, &info );
137 nrhs, err_bnds_norm, nrhs );
139 nrhs, err_bnds_comp, nrhs );
void LAPACK_ssyrfsx(char const *uplo, char const *equed, lapack_int const *n, lapack_int const *nrhs, float const *A, lapack_int const *lda, float const *AF, lapack_int const *ldaf, lapack_int const *ipiv, float *S, float const *B, lapack_int const *ldb, float *X, lapack_int const *ldx, float *rcond, float *berr, lapack_int const *n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int const *nparams, float *params, float *work, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_ssy_trans(int matrix_layout, char uplo, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)