52 LAPACK_zgbsvxx( &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, rwork, &info );
68 double* err_bnds_norm_t = NULL;
69 double* err_bnds_comp_t = NULL;
100 ldafb_t *
MAX(1,n) );
101 if( afb_t == NULL ) {
107 ldb_t *
MAX(1,nrhs) );
114 ldx_t *
MAX(1,nrhs) );
119 err_bnds_norm_t = (
double*)
121 if( err_bnds_norm_t == NULL ) {
125 err_bnds_comp_t = (
double*)
127 if( err_bnds_comp_t == NULL ) {
139 LAPACK_zgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
140 afb_t, &ldafb_t, ipiv, equed, r, c, b_t, &ldb_t, x_t,
141 &ldx_t, rcond, rpvgrw, berr, &n_err_bnds,
142 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
143 work, rwork, &info );
155 ldafb_t, afb, ldafb );
163 nrhs, err_bnds_norm, n_err_bnds );
165 nrhs, err_bnds_comp, n_err_bnds );
#define lapack_complex_double
#define LAPACK_zgbsvxx(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_zge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)
void LAPACKE_zgb_trans(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, const lapack_complex_double *in, lapack_int ldin, lapack_complex_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)