Commit 69511860 authored by Andrés Delfino's avatar Andrés Delfino Committed by Terry Jan Reedy

bpo-33847: Add '@' operator entry to index (GH-7669)

parent 4fddd4e4
......@@ -1139,7 +1139,9 @@ the other must be a sequence. In the former case, the numbers are converted to a
common type and then multiplied together. In the latter case, sequence
repetition is performed; a negative repetition factor yields an empty sequence.
.. index:: single: matrix multiplication
.. index::
single: matrix multiplication
operator: @
The ``@`` (at) operator is intended to be used for matrix multiplication. No
builtin Python types implement this operator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment