Skip to content

Make lobpcg::MagnitudeCorrection public and improve documentation#275

Open
bytesnake wants to merge 8 commits intorust-ndarray:masterfrom
bytesnake:lobpcg-fix
Open

Make lobpcg::MagnitudeCorrection public and improve documentation#275
bytesnake wants to merge 8 commits intorust-ndarray:masterfrom
bytesnake:lobpcg-fix

Conversation

@bytesnake
Copy link
Copy Markdown
Contributor

@bytesnake bytesnake commented Apr 8, 2021

Document the lobpcg module, fixes #274:

  • Make MagnitudeCorrection public
  • Improve documentation for TruncatedEig
  • Improve documentation for TruncatedSvd
  • Add Marchensko-Pastur law test

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.18%. Comparing base (aee87d9) to head (451ed8e).
⚠️ Report is 275 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #275      +/-   ##
==========================================
+ Coverage   88.95%   89.18%   +0.23%     
==========================================
  Files          71       71              
  Lines        3557     3578      +21     
==========================================
+ Hits         3164     3191      +27     
+ Misses        393      387       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@relf relf mentioned this pull request Apr 8, 2021
3 tasks
@bytesnake bytesnake marked this pull request as ready for review April 14, 2021 11:47
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

Successfully merging this pull request may close these issues.

MagnitudeCorrection trait should be public

1 participant