8000 DOC: Changed vdot docs as suggested by geetaakshata · Pull Request #26406 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Changed vdot docs as suggested #26406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove extraneious '.' [skip azp][skip actions][skip cirrus]
Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
  • Loading branch information
mattip and mdhaber authored Oct 12, 2024
commit d9517e3dcea504099bea1b7df4bd7e75d2958061
2 changes: 1 addition & 1 deletion numpy/_core/multiarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def vdot(a, b):

Consequently, when the arguments are 2-D arrays of the same shape, this
function effectively returns their
`Frobenius inner product <https://en.wikipedia.org/wiki/Frobenius_inner_product>`_.
`Frobenius inner product <https://en.wikipedia.org/wiki/Frobenius_inner_product>`_
(also known as the *trace inner product* or the *standard inner product*
on a vector space of matrices).

Expand Down
0