51 LAPACK_csyrfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, s,
52 b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
53 err_bnds_norm, err_bnds_comp, &nparams, params, work,
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_csyrfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
136 ipiv, s, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
137 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
138 params, work, rwork, &info );
145 nrhs, err_bnds_norm, nrhs );
147 nrhs, err_bnds_comp, nrhs );
#define LAPACK_csyrfsx(...)
#define lapack_complex_float
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_csyrfsx_work(int matrix_layout, char uplo, char equed, lapack_int n, lapack_int nrhs, const lapack_complex_float *a, lapack_int lda, const lapack_complex_float *af, lapack_int ldaf, const lapack_int *ipiv, const float *s, const lapack_complex_float *b, lapack_int ldb, lapack_complex_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, lapack_complex_float *work, float *rwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_csy_trans(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_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)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)