50 equed,
r, c, b, &ldb,
x, &ldx, rcond, ferr, berr, work,
100 ldb_t *
MAX(1,nrhs) );
107 ldx_t *
MAX(1,nrhs) );
119 LAPACK_cgesvx( &fact, &trans, &
n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
120 ipiv, equed,
r, c, b_t, &ldb_t, x_t, &ldx_t, rcond, ferr,
121 berr, work, rwork, &info );
lapack_int LAPACKE_cgesvx_work(int matrix_layout, char fact, char trans, lapack_int n, lapack_int nrhs, lapack_complex_float *a, lapack_int lda, lapack_complex_float *af, lapack_int ldaf, lapack_int *ipiv, char *equed, float *r, float *c, 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)
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)