Use of dot() #73
Answered
by
mjhoptics
dibyendumajumdar
asked this question in
Q&A
-
Hi Mike, trying to understand what the dot product is meant to be - dot between matrix/vector and matrix/matrix - is this just matrix multiplication? |
Beta Was this translation helpful? Give feedback.
Answered by
mjhoptics
Dec 18, 2021
Replies: 1 comment
-
This is a matrix-matrix multiplication. Numpy has several ways of doing this, I doubt I had a well thought out reason for choosing this, other than it seemed to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dibyendumajumdar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a matrix-matrix multiplication. Numpy has several ways of doing this, I doubt I had a well thought out reason for choosing this, other than it seemed to work.