44{
47
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,
51 iwork, &info );
52 if( info < 0 ) {
53 info = info - 1;
54 }
60 float* a_t = NULL;
61 float* af_t = NULL;
62 float* b_t = NULL;
63 float* x_t = NULL;
64 float* err_bnds_norm_t = NULL;
65 float* err_bnds_comp_t = NULL;
66
68 info = -7;
70 return info;
71 }
73 info = -9;
75 return info;
76 }
77 if( ldb < nrhs ) {
78 info = -13;
80 return info;
81 }
82 if( ldx < nrhs ) {
83 info = -15;
85 return info;
86 }
87
89 if( a_t == NULL ) {
91 goto exit_level_0;
92 }
94 if( af_t == NULL ) {
96 goto exit_level_1;
97 }
99 if( b_t == NULL ) {
101 goto exit_level_2;
102 }
104 if( x_t == NULL ) {
106 goto exit_level_3;
107 }
108 err_bnds_norm_t = (float*)
110 if( err_bnds_norm_t == NULL ) {
112 goto exit_level_4;
113 }
114 err_bnds_comp_t = (float*)
116 if( err_bnds_comp_t == NULL ) {
118 goto exit_level_5;
119 }
120
124 }
126
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 );
131 if( info < 0 ) {
132 info = info - 1;
133 }
134
137 }
140 ldaf );
141 }
145 nrhs, err_bnds_norm, n_err_bnds );
147 nrhs, err_bnds_comp, n_err_bnds );
148
150exit_level_5:
152exit_level_4:
154exit_level_3:
156exit_level_2:
158exit_level_1:
160exit_level_0:
163 }
164 } else {
165 info = -1;
167 }
168 return info;
169}
#define LAPACK_sposvxx(...)
#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_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)