[Numpy-discussion] Extending ufunc signature syntax for matmul, frozen dimensions

Marten van Kerkwijk m.h.vankerkwijk at gmail.com
Mon Apr 30 12:53:00 EDT 2018


I thought a bit further about this proposal: a disadvantage for matmul
specifically is that is does not solve the need for `matvec`,
`vecmat`, and `vecvec` gufuncs. That said, it might make sense to
implement those as "pseudo-ufuncs" that just add a 1 in the right
place and call `matmul`...
-- Marten


More information about the NumPy-Discussion mailing list