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

Set off diagonal elements to zero as described in LAWN3 p18 #105

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

andreasnoack
Copy link
Member

This fixes a convergence issue when the trailing diagonal element is zero in the bidiagonal input matrix.

Fixes #104

This fixes a convergence issue when the trailing diagonal element
is zero in the bidiagonal input matrix.

Fixes #104
@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 🎉

Comparison is base (8338175) 82.54% compared to head (351fb25) 82.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   82.54%   82.59%   +0.04%     
==========================================
  Files          11       11              
  Lines        1633     1637       +4     
==========================================
+ Hits         1348     1352       +4     
  Misses        285      285              
Impacted Files Coverage Δ
src/svd.jl 80.96% <100.00%> (+0.24%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@andreasnoack andreasnoack added this pull request to the merge queue Mar 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 7, 2023
@andreasnoack andreasnoack added this pull request to the merge queue Mar 7, 2023
@andreasnoack andreasnoack removed this pull request from the merge queue due to a manual request Mar 7, 2023
@andreasnoack andreasnoack merged commit 52f0a3d into master Mar 7, 2023
@andreasnoack andreasnoack deleted the an/fixsvd branch March 7, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

svd for a 16x16 BigFloat matrix runs forever
1 participant