51 LAPACK_dgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
52 &ldafb, ipiv, r, c, b, &ldb, x, &ldx, rcond, berr,
53 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
54 params, work, iwork, &info );
67 double* err_bnds_norm_t = NULL;
68 double* err_bnds_comp_t = NULL;
111 err_bnds_norm_t = (
double*)
113 if( err_bnds_norm_t == NULL ) {
117 err_bnds_comp_t = (
double*)
119 if( err_bnds_comp_t == NULL ) {
130 LAPACK_dgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
131 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
132 rcond, berr, &n_err_bnds, err_bnds_norm_t,
133 err_bnds_comp_t, &nparams, params, work, iwork, &info );
140 nrhs, err_bnds_norm, nrhs );
142 nrhs, err_bnds_comp, nrhs );
void LAPACK_dgbrfsx(char const *trans, char const *equed, lapack_int const *n, lapack_int const *kl, lapack_int const *ku, lapack_int const *nrhs, double const *AB, lapack_int const *ldab, double const *AFB, lapack_int const *ldafb, lapack_int const *ipiv, double *R, double *C, double const *B, lapack_int const *ldb, double *X, lapack_int const *ldx, double *rcond, double *berr, lapack_int const *n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int const *nparams, double *params, double *work, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
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 LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)