KTH framework for Nek5000 toolboxes; testing version  0.0.1
dsyrfs.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dsyrfs (UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO)
 

Function/Subroutine Documentation

◆ dsyrfs()

subroutine dsyrfs ( character  UPLO,
integer  N,
integer  NRHS,
double precision, dimension( lda, * )  A,
integer  LDA,
double precision, dimension( ldaf, * )  AF,
integer  LDAF,
integer, dimension( * )  IPIV,
double precision, dimension( ldb, * )  B,
integer  LDB,
double precision, dimension( ldx, * )  X,
integer  LDX,
double precision, dimension( * )  FERR,
double precision, dimension( * )  BERR,
double precision, dimension( * )  WORK,
integer, dimension( * )  IWORK,
integer  INFO 
)

Definition at line 1 of file dsyrfs.f.

References daxpy(), dcopy(), dlacon(), dsymv(), and xerbla().

+ Here is the call graph for this function: