50 LAPACK_cposvxx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s,
51 b, &ldb, x, &ldx, rcond, rpvgrw, 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;
104 ldb_t *
MAX(1,nrhs) );
111 ldx_t *
MAX(1,nrhs) );
116 err_bnds_norm_t = (
float*)
118 if( err_bnds_norm_t == NULL ) {
122 err_bnds_comp_t = (
float*)
124 if( err_bnds_comp_t == NULL ) {
135 LAPACK_cposvxx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
136 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw, berr,
137 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
138 params, work, rwork, &info );
153 nrhs, err_bnds_norm, n_err_bnds );
155 nrhs, err_bnds_comp, n_err_bnds );
void LAPACK_cposvxx(char const *fact, char const *uplo, lapack_int const *n, lapack_int const *nrhs, lapack_complex_float *A, lapack_int const *lda, lapack_complex_float *AF, lapack_int const *ldaf, char *equed, float *S, lapack_complex_float *B, lapack_int const *ldb, lapack_complex_float *X, lapack_int const *ldx, float *rcond, float *rpvgrw, float *berr, lapack_int const *n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int const *nparams, float *params, lapack_complex_float *work, float *rwork, lapack_int *info)
#define lapack_complex_float
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, 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)
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)
void LAPACKE_cpo_trans(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)