42 const float*
r,
const float* c,
45 float* rcond,
float* berr,
55 &ldafb, ipiv,
r, c, b, &ldb,
x, &ldx, rcond, berr,
56 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
57 params, work, rwork, &info );
70 float* err_bnds_norm_t = NULL;
71 float* err_bnds_comp_t = NULL;
102 if( afb_t == NULL ) {
108 ldb_t *
MAX(1,nrhs) );
115 ldx_t *
MAX(1,nrhs) );
120 err_bnds_norm_t = (
float*)
122 if( err_bnds_norm_t == NULL ) {
126 err_bnds_comp_t = (
float*)
128 if( err_bnds_comp_t == NULL ) {
140 afb_t, &ldafb_t, ipiv,
r, c, b_t, &ldb_t, x_t, &ldx_t,
141 rcond, berr, &n_err_bnds, err_bnds_norm_t,
142 err_bnds_comp_t, &nparams, params, work, rwork, &info );
149 nrhs, err_bnds_norm, nrhs );
151 nrhs, err_bnds_comp, nrhs );
lapack_int LAPACKE_cgbrfsx_work(int matrix_layout, char trans, char equed, lapack_int n, lapack_int kl, lapack_int ku, lapack_int nrhs, const lapack_complex_float *ab, lapack_int ldab, const lapack_complex_float *afb, lapack_int ldafb, const lapack_int *ipiv, const float *r, const float *c, 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_cgb_trans(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, 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)