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

Merge decomposition-algorithms with decompose_fori_loop #177

Merged
merged 5 commits into from
Jan 15, 2024

Conversation

pnkraemer
Copy link
Owner

As the title states.

This PR breaks backwards compatibility (but the next release is already breaking, so we might as well make the remaining breaking changes now).

Why?
Because both decompose_fori_loop, as well as the Lanczos-decomposition algorithms, have always been closely tied together (one did not work without the other). Now, this is more clear because only one of them is public.

As a side result, matrix-decomposition algorithms now implement parametrised matrix-vector products, and the matrix-decomposition algorithms share an output type with Hutchinson-, Lanczos-, and Chebyshev-style methods.

@pnkraemer pnkraemer merged commit 043758c into main Jan 15, 2024
6 checks passed
@pnkraemer pnkraemer deleted the merge-algorithms-with-decomposition branch January 15, 2024 09:18
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.

1 participant