diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-03-03 00:02:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 00:02:47 +0000 |
commit | 1b874271a1244c07560525444b9c6060b0c82bad (patch) | |
tree | 41af2dc410748320470d2b0b4999e4c26013ab29 /doc/source | |
parent | 4d1ccdb0fd63b3276b863c27c540f019f7e19fb1 (diff) | |
parent | 5d41db10bb944d3629bad333c3f6b5f11af87271 (diff) | |
download | numpy-1b874271a1244c07560525444b9c6060b0c82bad.tar.gz |
Merge pull request #8731 from solarjoe/master
DOC: added linalg.multi_dot to doc
Diffstat (limited to 'doc/source')
-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 bb2ad90a2..09c7d9b4e 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -11,6 +11,7 @@ Matrix and vector products :toctree: generated/ dot + linalg.multi_dot vdot inner outer |