Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Error in {d/s}sytrf.f #977

Open
yigiter opened this issue Jan 14, 2024 · 0 comments
Open

Documentation Error in {d/s}sytrf.f #977

yigiter opened this issue Jan 14, 2024 · 0 comments

Comments

@yigiter
Copy link

yigiter commented Jan 14, 2024

The documentation at the beginning of the subroutine states that the decomposition is in the form of U**T*D*U :

*> A = U**T*D*U or A = L*D*L**T

However, it actually performs a U*D*U**T decomposition.
ssytrf.f has this error too. (The others seem correct).

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

No branches or pull requests

1 participant