We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c13f5e commit d9517e3Copy full SHA for d9517e3
numpy/_core/multiarray.py
@@ -843,7 +843,7 @@ def vdot(a, b):
843
844
Consequently, when the arguments are 2-D arrays of the same shape, this
845
function effectively returns their
846
- `Frobenius inner product <https://en.wikipedia.org/wiki/Frobenius_inner_product>`_.
+ `Frobenius inner product <https://en.wikipedia.org/wiki/Frobenius_inner_product>`_
847
(also known as the *trace inner product* or the *standard inner product*
848
on a vector space of matrices).
849
0 commit comments