Re: [Numpy-discussion] A little about XND

2018-06-17 Thread Travis Oliphant
On Sun, Jun 17, 2018, 7:48 PM Marten van Kerkwijk wrote: > Hi Travis, > > More of a detailed question, but as we are currently thinking about > extending the signature of gufuncs (i.e., things like `(m,n),(n,p)->(m,p)` > for matrix multiplication), and as you must have thought about this for > li

Re: [Numpy-discussion] A little about XND

2018-06-17 Thread Marten van Kerkwijk
Hi Travis, More of a detailed question, but as we are currently thinking about extending the signature of gufuncs (i.e., things like `(m,n),(n,p)->(m,p)` for matrix multiplication), and as you must have thought about this for libgufunc, could you point me to how one would document the signature in