40 double* ferr,
double* berr,
double* work,
46 LAPACK_dtbrfs( &uplo, &trans, &diag, &
n, &kd, &nrhs, ab, &ldab, b, &ldb,
47 x, &ldx, ferr, berr, work, iwork, &info );
96 LAPACK_dtbrfs( &uplo, &trans, &diag, &
n, &kd, &nrhs, ab_t, &ldab_t, b_t,
97 &ldb_t, x_t, &ldx_t, ferr, berr, work, iwork, &info );
lapack_int LAPACKE_dtbrfs_work(int matrix_layout, char uplo, char trans, char diag, lapack_int n, lapack_int kd, lapack_int nrhs, const double *ab, lapack_int ldab, const double *b, lapack_int ldb, const double *x, lapack_int ldx, double *ferr, double *berr, double *work, lapack_int *iwork)
void LAPACKE_dtb_trans(int matrix_layout, char uplo, char diag, lapack_int n, lapack_int kd, 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)