48 LAPACK_cposvx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s, b,
49 &ldb, x, &ldx, rcond, ferr, berr, work, rwork, &info );
98 ldb_t *
MAX(1,nrhs) );
105 ldx_t *
MAX(1,nrhs) );
117 LAPACK_cposvx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
118 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, ferr, berr,
119 work, rwork, &info );
void LAPACK_cposvx(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 *ferr, float *berr, lapack_complex_float *work, float *rwork, lapack_int *info)
#define lapack_complex_float
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_cposvx_work(int matrix_layout, char fact, char uplo, lapack_int n, lapack_int nrhs, lapack_complex_float *a, lapack_int lda, lapack_complex_float *af, lapack_int ldaf, char *equed, float *s, lapack_complex_float *b, lapack_int ldb, lapack_complex_float *x, lapack_int ldx, float *rcond, float *ferr, float *berr, lapack_complex_float *work, float *rwork)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
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)