diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-07-15 21:36:54 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-07-15 21:36:54 +0100 |
commit | 9d4d660921f6dc6c9b74c2313a2a07985c86d20b (patch) | |
tree | f47605549dee03fc67a7561500e84c6605a52529 /doc | |
parent | 14ff219a13e194c5e7995218fea3c7648eb1c875 (diff) | |
download | numpy-9d4d660921f6dc6c9b74c2313a2a07985c86d20b.tar.gz |
DOC: Add a link to einsum_path
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.linalg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.linalg.rst b/doc/source/reference/routines.linalg.rst index 09c7d9b4e..4715f636e 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -18,6 +18,7 @@ Matrix and vector products matmul tensordot einsum + einsum_path linalg.matrix_power kron |