-
-
Notifications
You must be signed in to change notification settings - Fork 628
Trac #40127: Pass factor_on_left in linear_combination #40173
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
Trac #40127: Pass factor_on_left in linear_combination #40173
Conversation
cc: @tscrim could you review this PR? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a doctest showing this works, say, using coefficients in SGA = SymmetricGroupAlgebra(3)
. Otherwise this is good with me.
…cGroupAlgebra; closes sagemath#40127
Thanks for suggesting that. It is a good idea, and I added the example in docstring as you advised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Positive review.
By the way we just call "trac" issue now. I thought we change all the mentions in the documentation already? |
Ok gotcha, thanks for pointing this out. Will use "issue" in the future. What documentation did you mean? |
As in unless you've been contributing to SageMath for a few years (back when we were still using trac) you likely wouldn't have heard of the word "trac" at all. Just asking if you have read it from somewhere, in that case the source should be updated. |
I see, i borrow the "trac" word from the advice from chatgpt on polishing my pr. I didn't read it from somewhere. Apprarently it read this from some very old sagemath pr I guess... |
Fixes #40127.
Passes
factor_on_left
correctly toiaxpy()
inlinear_combination
.📝 Checklist
⌛ Dependencies