Skip to content

Make lobpcg::MagnitudeCorrection public and improve documentation - #275

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

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

Conversation

@bytesnake

@bytesnakebytesnake commented Apr 8, 2021

Copy link
Copy Markdown
Contributor

Document the lobpcg module, fixes#274:

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

@codecov

codecovBot commented Apr 8, 2021

Copy link
Copy Markdown

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.

@relfrelf mentioned this pull request Apr 8, 2021
3 tasks
@bytesnake
bytesnake marked this pull request as ready for review April 14, 2021 11:47
@termoshtt
termoshtt self-requested a review April 17, 2021 07:46
Sign up for freeto 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

@bytesnake