Skip to content
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

Features/1723 Symmetric Eigenvalue Decomposition (eigh) and full SVD (svd) based on Zolotarev Polar Decomposition #1824

Open
wants to merge 56 commits into
base: main
Choose a base branch
from

Conversation

mrfh92
Copy link
Collaborator

@mrfh92 mrfh92 commented Mar 12, 2025

Due Diligence

  • General:
  • Implementation:
    • unit tests: all split configurations tested
    • unit tests: multiple dtypes tested
    • benchmarks: created for new functionality
    • benchmarks: performance improved or maintained
    • documentation updated where needed

Description

Issue/s resolved: #1723 (and #336)

Changes proposed:

Type of change

New feature

Does this change modify the behaviour of other functions? If so, which?

yes / no

Hoppe and others added 30 commits October 28, 2024 16:35
…com:helmholtz-analytics/heat into features/1696-Implement_Polar_Decomposition
…com:helmholtz-analytics/heat into features/1696-Implement_Polar_Decomposition
@mrfh92 mrfh92 changed the title Features/1723 symmetric eigenvalue decomposition and svd based on zolotarev polar decomposition Features/1723 Symmetric Eigenvalue Decomposition (eigh) and full SVD (svd) based on Zolotarev Polar Decomposition Mar 12, 2025
@mrfh92 mrfh92 added ESAPCA relevant for the ESA-funded project "ESAPCA" and removed benchmarking labels Mar 12, 2025
@mrfh92
Copy link
Collaborator Author

mrfh92 commented Mar 12, 2025

#1697 must be merged first

Copy link
Contributor

Thank you for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core ESAPCA relevant for the ESA-funded project "ESAPCA" features linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symmetric eigenvalue decomposition and SVD based on Zolotarev-polar decomposition
2 participants