| [ Web Proxy ] |
| Viewing: https://riptutorial.com/numpy/topic/3198/numpy-dot | [Back] [Original] |
[logo rip]
| 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.
| Web Proxy Viewer | New URL | Original Page |