Name | Details |
---|---|
a | a numpy array |
b | a numpy array |
out | a numpy array |
numpy.dot
Returns the dot product of a and b. If a and b are both scalars or both 1-D arrays then a scalar is returned; otherwise an array is returned. If out is given, then it is returned.