50 LAPACK_sgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
51 &ldafb, ipiv, r, c, b, &ldb, x, &ldx, rcond, berr,
52 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
53 params, work, iwork, &info );
66 float* err_bnds_norm_t = NULL;
67 float* err_bnds_comp_t = NULL;
110 err_bnds_norm_t = (
float*)
112 if( err_bnds_norm_t == NULL ) {
116 err_bnds_comp_t = (
float*)
118 if( err_bnds_comp_t == NULL ) {
129 LAPACK_sgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
130 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
131 rcond, berr, &n_err_bnds, err_bnds_norm_t,
132 err_bnds_comp_t, &nparams, params, work, iwork, &info );
139 nrhs, err_bnds_norm, nrhs );
141 nrhs, err_bnds_comp, nrhs );
void LAPACK_sgbrfsx(char const *trans, char const *equed, lapack_int const *n, lapack_int const *kl, lapack_int const *ku, lapack_int const *nrhs, float const *AB, lapack_int const *ldab, float const *AFB, lapack_int const *ldafb, lapack_int const *ipiv, float *R, float *C, float const *B, lapack_int const *ldb, float *X, lapack_int const *ldx, float *rcond, float *berr, lapack_int const *n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int const *nparams, float *params, float *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_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACKE_sgb_trans(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, const float *in, lapack_int ldin, float *out, lapack_int ldout)