48 LAPACK_sporfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, s, b,
49 &ldb, x, &ldx, rcond, berr, &n_err_bnds, err_bnds_norm,
50 err_bnds_comp, &nparams, params, work, iwork, &info );
63 float* err_bnds_norm_t = NULL;
64 float* err_bnds_comp_t = NULL;
107 err_bnds_norm_t = (
float*)
109 if( err_bnds_norm_t == NULL ) {
113 err_bnds_comp_t = (
float*)
115 if( err_bnds_comp_t == NULL ) {
125 LAPACK_sporfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, s,
126 b_t, &ldb_t, x_t, &ldx_t, rcond, berr, &n_err_bnds,
127 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
128 work, iwork, &info );
135 nrhs, err_bnds_norm, nrhs );
137 nrhs, err_bnds_comp, nrhs );
#define LAPACK_sporfsx(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_ssy_trans(int matrix_layout, char uplo, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)