-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added support for broadcast in _matvec
and _rmatvec
in MPILinearOperator
#48
Conversation
Minor update Minor: Rearrange imports Minor: Remove extra line Update docstrings
@mrava87, wasn't a really big change just needed to add
|
Wow, this is nice. I didn't realize it would have been so easy. And indeed this is going to be a very useful feature. Just two small comment:
Apart from these, I am very happy with this PR, well done! |
Rearrange imports
a1562c9
to
8b74d3d
Compare
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.
Very good, I just made a minor comment on the example. Other than that it is good to go for me :)
Adds #47
_matvec
and_rmatvec
.