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

Remove 3-term mul! methods involving AbstractTriangular #52826

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

jishnub
Copy link
Contributor

@jishnub jishnub commented Jan 9, 2024

The multiplication can be handled by the 5-term methods, and constant propagation should eliminate the branch. This should reduce some potential method ambiguities.

@jishnub jishnub added the domain:linear algebra Linear algebra label Jan 9, 2024
Copy link
Member

@dkarrasch dkarrasch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! This brings us down to 27 mul! methods in LinearAlgebra.

@jishnub jishnub merged commit bf13a56 into master Jan 10, 2024
8 of 10 checks passed
@jishnub jishnub deleted the jishnub/trimul3term branch January 10, 2024 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants