-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement geometric mean of positive semidefinite Hermitian matrices #211
Conversation
This reverts commit 3fefdb6.
Codecov ReportBase: 95.00% // Head: 94.93% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
==========================================
- Coverage 95.00% 94.93% -0.07%
==========================================
Files 30 31 +1
Lines 3764 3794 +30
==========================================
+ Hits 3576 3602 +26
- Misses 188 192 +4
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. |
This reverts commit 13e443f.
Summary
This PR provides the geometric mean of matrices.
The implementation is based on generalized eigendecomposition.
This operation will be useful for
IPSDTA
andMNMF
.ref #33, #34
close #210