Skip to content

{d/s}sytrf: fix documentation error in UPLO='U' factorization#1306

Open
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue977
Open

{d/s}sytrf: fix documentation error in UPLO='U' factorization#1306
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue977

Conversation

@jschueller

Copy link
Copy Markdown
Contributor

Correct the decomposition formula from UTDU to UDUT in the doc header and comments for dsytrf.f and ssytrf.f. The complex variants (csytrf, zsytrf) already used the correct form.

Closes #977

Correct the decomposition formula from U**T*D*U to U*D*U**T
in the doc header and comments for dsytrf.f and ssytrf.f.
The complex variants (csytrf, zsytrf) already used the correct form.

Closes Reference-LAPACK#977
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation Error in {d/s}sytrf.f

1 participant