-
Notifications
You must be signed in to change notification settings - Fork 329
Question : Matrices subtraction similar to numpy #439
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
Comments
You probably want to use broadcasting. |
I tried few ways without any success. Would appreciate your help. |
See #437 for a similar question, in particular this response. Basically, one solution is to broadcast the left array ( |
@rohitjoshi Do you have any more questions about this? Otherwise, I'll close this issue. |
No, thx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In numpy y-mu returns as below
How do I achieve same in ndarray?
The text was updated successfully, but these errors were encountered: