Hi Matti,
The documentation for numpy.dot currently states
"""
out
ndarray, optional
Output argument. This must have the exact kind that would be returned if it was
not used. In particular, it must have the right type, must be C-contiguous, and
its dtype must be the dtype that would be returned
Hello there! First time posting here and I apologize if this discussion is not
new. I couldn't find it in a search.
I've been contributing a bit to the sparse project
(https://github.com/pydata/sparse) and I was working on specializing the
behavior for single-argument ufuncs, because there is a
On 10/7/23 16:13, Jens Glaser via NumPy-Discussion wrote:
Hi Matti,
The documentation for numpy.dot currently states
"""
out
ndarray, optional
Output argument. This must have the exact kind that would be returned if it was
not used. In particular, it must have the right type, must be C-conti
On Tue, Jul 11, 2023 at 10:11 AM Matti Picus wrote:
>
> On 10/7/23 16:13, Jens Glaser via NumPy-Discussion wrote:
> > Hi Matti,
> >
> > The documentation for numpy.dot currently states
> >
> > """
> > out
> > ndarray, optional
> > Output argument. This must have the exact kind that would be retur