42 float* err_bnds_norm,
float* err_bnds_comp,
43 lapack_int nparams,
float* params,
float* work,
50 equed,
r, c, b, &ldb,
x, &ldx, rcond, rpvgrw, berr,
51 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
52 params, work, iwork, &info );
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 ) {
129 ipiv, equed,
r, c, b_t, &ldb_t, x_t, &ldx_t, rcond,
130 rpvgrw, berr, &n_err_bnds, err_bnds_norm_t,
131 err_bnds_comp_t, &nparams, params, work, iwork, &info );
149 nrhs, err_bnds_norm, n_err_bnds );
151 nrhs, err_bnds_comp, n_err_bnds );
lapack_int LAPACKE_sgesvxx_work(int matrix_layout, char fact, char trans, lapack_int n, lapack_int nrhs, float *a, lapack_int lda, float *af, lapack_int ldaf, lapack_int *ipiv, char *equed, float *r, float *c, float *b, lapack_int ldb, float *x, lapack_int ldx, float *rcond, float *rpvgrw, float *berr, lapack_int n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int nparams, float *params, float *work, lapack_int *iwork)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)