38 char* equed,
float* s,
float* b,
40 float* rcond,
float* rpvgrw,
float* berr,
43 float* params,
float* work,
lapack_int* iwork )
48 LAPACK_sposvxx( &fact, &uplo, &
n, &nrhs, a, &lda, af, &ldaf, equed, s,
49 b, &ldb,
x, &ldx, rcond, rpvgrw, berr, &n_err_bnds,
50 err_bnds_norm, err_bnds_comp, &nparams, params, work,
64 float* err_bnds_norm_t = NULL;
65 float* err_bnds_comp_t = NULL;
108 err_bnds_norm_t = (
float*)
110 if( err_bnds_norm_t == NULL ) {
114 err_bnds_comp_t = (
float*)
116 if( err_bnds_comp_t == NULL ) {
128 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw, berr,
129 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
130 params, work, iwork, &info );
145 nrhs, err_bnds_norm, n_err_bnds );
147 nrhs, err_bnds_comp, n_err_bnds );
lapack_int LAPACKE_sposvxx_work(int matrix_layout, char fact, char uplo, lapack_int n, lapack_int nrhs, float *a, lapack_int lda, float *af, lapack_int ldaf, char *equed, float *s, float *b, lapack_int ldb, float *x, lapack_int ldx, float *rcond, float *rpvgrw, float *berr, lapack_int n_err_bnds, float *err_bnds_norm, float *err_bnds_comp, lapack_int nparams, float *params, float *work, lapack_int *iwork)
void LAPACKE_spo_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)