LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void LAPACK_dsyrfsx ( char *  uplo,
char *  equed,
lapack_int n,
lapack_int nrhs,
const double *  a,
lapack_int lda,
const double *  af,
lapack_int ldaf,
const lapack_int ipiv,
const double *  s,
const double *  b,
lapack_int ldb,
double *  x,
lapack_int ldx,
double *  rcond,
double *  berr,
lapack_int n_err_bnds,
double *  err_bnds_norm,
double *  err_bnds_comp,
lapack_int nparams,
double *  params,
double *  work,
lapack_int iwork,
lapack_int info 
)

Here is the caller graph for this function: