LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_dsysvx()

void LAPACK_dsysvx ( char const *  fact,
char const *  uplo,
lapack_int const *  n,
lapack_int const *  nrhs,
double const *  A,
lapack_int const *  lda,
double *  AF,
lapack_int const *  ldaf,
lapack_int ipiv,
double const *  B,
lapack_int const *  ldb,
double *  X,
lapack_int const *  ldx,
double *  rcond,
double *  ferr,
double *  berr,
double *  work,
lapack_int const *  lwork,
lapack_int iwork,
lapack_int info 
)
Here is the caller graph for this function: