summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2016-10-04 07:49:24 +1300
committerGitHub <noreply@github.com>2016-10-04 07:49:24 +1300
commitb58bed888255ee1bc6610a30c2e96c38549062dd (patch)
tree9af7b3b4ac01600aaeb9dd2579e089121b6568c2
parentc8408bf9c094dfc89177d1831c60cb5fee94050f (diff)
parent11671b7fe4301239be97152e6f15ad8927db89e2 (diff)
downloadnumpy-b58bed888255ee1bc6610a30c2e96c38549062dd.tar.gz
Merge pull request #8112 from wrwrwr/fix-tensor-links
DOC: Fix "See also" links in linalg.
-rw-r--r--numpy/linalg/linalg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py
index 3576d3824..9e6ac2a7e 100644
--- a/numpy/linalg/linalg.py
+++ b/numpy/linalg/linalg.py
@@ -257,7 +257,7 @@ def tensorsolve(a, b, axes=None):
See Also
--------
- tensordot, tensorinv, einsum
+ numpy.tensordot, tensorinv, numpy.einsum
Examples
--------
@@ -416,7 +416,7 @@ def tensorinv(a, ind=2):
See Also
--------
- tensordot, tensorsolve
+ numpy.tensordot, tensorsolve
Examples
--------