LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_ssyrfsx()

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