Add tests for xGGQRCS#3
Open
weslleyspereira wants to merge 1 commit intochristoph-conrads:add-xGGQRCSfrom
Open
Add tests for xGGQRCS#3weslleyspereira wants to merge 1 commit intochristoph-conrads:add-xGGQRCSfrom
weslleyspereira wants to merge 1 commit intochristoph-conrads:add-xGGQRCSfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## add-xGGQRCS #3 +/- ##
================================================
+ Coverage 53.40% 82.01% +28.61%
================================================
Files 1904 1904
Lines 191702 191704 +2
================================================
+ Hits 102374 157235 +54861
+ Misses 89328 34469 -54859
Continue to review full report at Codecov.
|
christoph-conrads
pushed a commit
that referenced
this pull request
May 23, 2021
christoph-conrads
pushed a commit
that referenced
this pull request
Jun 6, 2021
Comments in xGTT02 declared that it uses norm(A) but its code implemented 1-norm of op(A).
christoph-conrads
pushed a commit
that referenced
this pull request
Jun 6, 2021
comments fixed: synced with code in xGTT02 (#3 from PR#562 discussion)
This was referenced Jul 29, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add tests for all xGGQRCS new routines.
Also, fix bugs Travis found at Reference-LAPACK#406