This PEP proposes a new binary operator to be used for matrix multiplication, called @. (Mnemonic: @ is * for mATrices.)| Python Enhancement Proposals (PEPs)
Linear algebra#| numpy.org
Vector-matrix dot product of two arrays.| numpy.org
Vector dot product of two arrays.| numpy.org
Matrix-vector dot product of two arrays.| numpy.org
An example on integer_like:| numpy.org
Evaluates the Einstein summation convention on the operands.| numpy.org
Dot product of two arrays. Specifically,| numpy.org
Optional keyword arguments#| numpy.org