-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add polar decompositions #19
Conversation
This change imports updated versions of the polar decomposition routines originally implemented by Weijian Zhang (https://github.com/weijianzhang/PolarFact.jl).
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
==========================================
+ Coverage 90.00% 91.18% +1.18%
==========================================
Files 5 6 +1
Lines 490 669 +179
==========================================
+ Hits 441 610 +169
- Misses 49 59 +10
Continue to review full report at Codecov.
|
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.
Looks good! Just some small changes.
In the future we may wish to consider splitting out the iterative solves to another package, e.g., IterativeFactorizations.jl
Can you get the coverage up? |
Until they can do better than "an error occurred while generating the build script".
Why is OS X allowed to fail? |
I suppressed OSX because I encountered infrastructure failures like this one unrelated to the package; the alternative is to ask you to manually restart the checks until they find a lucky instance. |
This change imports updated versions of the polar decomposition routines
originally implemented by Weijian Zhang (https://github.com/weijianzhang/PolarFact.jl).