LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_dsyrfsx()

void LAPACK_dsyrfsx ( char const *  uplo,
char const *  equed,
lapack_int const *  n,
lapack_int const *  nrhs,
double const *  A,
lapack_int const *  lda,
double const *  AF,
lapack_int const *  ldaf,
lapack_int const *  ipiv,
double *  S,
double const *  B,
lapack_int const *  ldb,
double *  X,
lapack_int const *  ldx,
double *  rcond,
double *  berr,
lapack_int const *  n_err_bnds,
double *  err_bnds_norm,
double *  err_bnds_comp,
lapack_int const *  nparams,
double *  params,
double *  work,
lapack_int iwork,
lapack_int info 
)
Here is the caller graph for this function: