52 LAPACK_dgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
53 &ldafb, ipiv, equed, r, c, b, &ldb, x, &ldx, rcond,
54 rpvgrw, berr, &n_err_bnds, err_bnds_norm, err_bnds_comp,
55 &nparams, params, work, iwork, &info );
68 double* err_bnds_norm_t = NULL;
69 double* err_bnds_comp_t = NULL;
112 err_bnds_norm_t = (
double*)
114 if( err_bnds_norm_t == NULL ) {
118 err_bnds_comp_t = (
double*)
120 if( err_bnds_comp_t == NULL ) {
132 LAPACK_dgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
133 afb_t, &ldafb_t, ipiv, equed, r, c, b_t, &ldb_t, x_t,
134 &ldx_t, rcond, rpvgrw, berr, &n_err_bnds,
135 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
136 work, iwork, &info );
148 ldafb_t, afb, ldafb );
156 nrhs, err_bnds_norm, n_err_bnds );
158 nrhs, err_bnds_comp, n_err_bnds );
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACKE_dgb_trans(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACK_dgbsvxx(char *fact, char *trans, lapack_int *n, lapack_int *kl, lapack_int *ku, lapack_int *nrhs, double *ab, lapack_int *ldab, double *afb, lapack_int *ldafb, lapack_int *ipiv, char *equed, double *r, double *c, double *b, lapack_int *ldb, double *x, lapack_int *ldx, double *rcond, double *rpvgrw, double *berr, lapack_int *n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int *nparams, double *params, double *work, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR