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

Make integrand_funm_product_* expect algorithms as inputs (not algorithm parameters) #212

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

pnkraemer
Copy link
Owner

@pnkraemer pnkraemer commented Aug 29, 2024

Why? To allow a user to choose between different kinds of (e.g.) reorthogonalisation.

Thus, this PR resolves #196.

As a side-result, bidiag() does not need information about the matrix shape anymore and reads it off the inputs at execution time instead.

@pnkraemer pnkraemer merged commit d7f1564 into main Aug 29, 2024
6 checks passed
@pnkraemer pnkraemer deleted the implement-algorithm-api-for-bidiagonal-matfuns branch August 29, 2024 10:57
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.

Allow computing functions of matrices with methods beyond eigenvalues
1 participant