55 LAPACK_cgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
56 &ldafb, ipiv, r, c, b, &ldb, x, &ldx, rcond, berr,
57 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
58 params, work, rwork, &info );
71 float* err_bnds_norm_t = NULL;
72 float* err_bnds_comp_t = NULL;
103 if( afb_t == NULL ) {
109 ldb_t *
MAX(1,nrhs) );
116 ldx_t *
MAX(1,nrhs) );
121 err_bnds_norm_t = (
float*)
123 if( err_bnds_norm_t == NULL ) {
127 err_bnds_comp_t = (
float*)
129 if( err_bnds_comp_t == NULL ) {
140 LAPACK_cgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
141 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
142 rcond, berr, &n_err_bnds, err_bnds_norm_t,
143 err_bnds_comp_t, &nparams, params, work, rwork, &info );
150 nrhs, err_bnds_norm, nrhs );
152 nrhs, err_bnds_comp, nrhs );
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)
#define lapack_complex_float
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)
#define LAPACKE_malloc(size)
void LAPACK_cgbrfsx(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, lapack_int *info)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR