Skip to content
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

add-numpy-matrix-multiplication-api-misused-checker #27

Open
PeterHamfelt opened this issue Apr 15, 2024 · 0 comments
Open

add-numpy-matrix-multiplication-api-misused-checker #27

PeterHamfelt opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
Enhancement ✨ New feature or request

Comments

@PeterHamfelt
Copy link
Member

When the multiply operation is performed on two-dimensional matrixes, np.matmul() and np.dot() give the same result, which is a matrix.

References
https://stackoverflow.com/questions/54160155/does-np-dot-automatically-transpose-vectors/54161169#54161169

@PeterHamfelt PeterHamfelt added the Enhancement ✨ New feature or request label Apr 15, 2024
@PeterHamfelt PeterHamfelt self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant