diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-05-30 16:24:49 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-06-04 18:00:50 -0600 |
commit | 91e8cd29c93ec310b0665e6c3a823c3f095fc516 (patch) | |
tree | 9dda376c4b14eb7f357b8b35daf501314a114f8c /doc/source/reference/routines.linalg.rst | |
parent | c79651d865ca53940f5ec0dc4e9bcbc33c01918b (diff) | |
download | numpy-91e8cd29c93ec310b0665e6c3a823c3f095fc516.tar.gz |
DOC: Document '@' and matmul.
Document the matmul function and add '@' to the operator
section of the reference manual.
Diffstat (limited to 'doc/source/reference/routines.linalg.rst')
-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 94533aaa9..bb2ad90a2 100644 --- a/doc/source/reference/routines.linalg.rst +++ b/doc/source/reference/routines.linalg.rst @@ -14,6 +14,7 @@ Matrix and vector products vdot inner outer + matmul tensordot einsum linalg.matrix_power |