-
Notifications
You must be signed in to change notification settings - Fork 480
Fix xORBDB6 performs numerically unadvisable operations #647
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
Merged
langou
merged 10 commits into
Reference-LAPACK:master
from
christoph-conrads:634-xORBDB6-performs-numerically-unadvisable-operations
Jul 15, 2022
Merged
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d245b4f
SORCSD2BY1: remove dead code
christoph-conrads bdcd890
SORCSD: fix documentation on matrix dimensions
christoph-conrads 643e7e3
SORBDB6: fix indexing, set vectors to zero
christoph-conrads 774e5a9
SORBDB6: document algorithm, when output is zero
christoph-conrads deed8f3
SORBDB6: improve numerical stability
christoph-conrads a015b21
SORBDB6: replace integer literal with constant
christoph-conrads 94419e8
DORBDB6: improve numerical stability, documentation
christoph-conrads 6479e0f
CUNBDB6: improve numerical stability, documentation
christoph-conrads 54b3964
ZUNBDB6: improve numerical stability, documentation
christoph-conrads 145b1c3
xORBDB6/xUNBDB6: fix read of uninitialized variable
christoph-conrads File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
SORBDB6: document algorithm, when output is zero
- Loading branch information
commit 774e5a9f7b15685d575054412c230a5e995e74bc
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for quoting this paper.
I think the following paper is a better quote for this fact:
L. Giraud, J. Langou, M. Rozložník, Jasper van den Eshof. "Rounding error analysis of the classical Gram-Schmidt orthogonalization process." Numerische Mathematik, volume volume 101, pages 87–100, 2005. DOI = 10.1007/s00211-005-0615-4.