39 char* equed,
float* s,
float* b,
lapack_int ldb,
41 float* ferr,
float* berr,
float* work,
47 LAPACK_sposvx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s, b,
48 &ldb, x, &ldx, rcond, ferr, berr, work, iwork, &info );
110 LAPACK_sposvx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
111 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, ferr, berr,
112 work, iwork, &info );