Python Forum

Full Version: Numpy DOT vs Matmul
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used np.dot() and np.matmul() both are giving same results.Are they same for any dimensional arrays?

How broadcasting works for np.dot() with different dimensional arrays