Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gerritholl
Copy link
Contributor

Document matrix multiplication syntax A@B in the summary table comparing Matlab and Python syntaxes.

Document matrix multiplication syntax `A@B` in the summary table comparing Matlab and Python syntaxes.

* - ``a * b``
- ``a.dot(b)``
- ``a.dot(b)`` or ``a@b`` (Python 3.5 or newer)
Copy link
Member

Choose a reason for hiding this comment

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

nit: spaces around @

@mhvk
Copy link
Contributor

mhvk commented Jan 25, 2018

Not a problem in itself, but the whole file is in for a big overhaul in #10142

@eric-wieser
Copy link
Member

Actually, the spacing is pretty inconsistent everywhere here, so let's just put this in - can always fix all the spacing later

@eric-wieser eric-wieser merged commit 38063af into numpy:master Jan 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants