I'm not sure there is *that* much against a class that basically just passes through views of itself inside `__matmul__` and `__rmatmul__` or calls new gufuncs, but I think the lower hurdle is to first get those gufuncs implemented. -- Marten _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion
- [Numpy-discussion] Vector stacks Charles R Harris
- Re: [Numpy-discussion] Vector stacks Eric Wieser
- Re: [Numpy-discussion] Vector stacks Nathaniel Smith
- Re: [Numpy-discussion] Vector stacks Marten van Kerkwijk
- Re: [Numpy-discussion] Vector stacks Juan Nunez-Iglesias
- Re: [Numpy-discussion] Vector stacks Gael Varoquaux
- Re: [Numpy-discussion] Vector stacks Stephan Hoyer