-
Notifications
You must be signed in to change notification settings - Fork 893
[Merged by Bors] - chore: make CLM.extend total and define LM.leftInverse
#31799
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
Conversation
PR summary 6a54a80825Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
CLM.extend total and define LM.leftInverse
j-loreaux
left a comment
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.
Thanks for putting the effort into this Moritz! Yes, I think this is the way to go for ContinuousLinearMap.extend and hence for convenience constructor variation too.
|
bors merge |
- Make `ContinuousLinearMap.extend` a total function - Define `LinearMap.leftInverse` as a total function with junk value if the input is not invertible. Required for #31074 Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
CLM.extend total and define LM.leftInverseCLM.extend total and define LM.leftInverse
ContinuousLinearMap.extenda total functionLinearMap.leftInverseas a total function with junk value if the input is not invertible.Required for #31074