[pypy-issue] [issue976] Implement numpypy.cross()

mikefc tracker at bugs.pypy.org
Mon Jan 2 12:17:53 CET 2012


mikefc <coolbutuseless at gmail.com> added the comment:

I've had a go at implementing this with applevel code. Patch attached.

Note that the whole things is really a cut and paste from actual 
numpy/core/numeric.py with some slight changes because we don't have a few 
functions.

The main change is that it only works on 1-d arrays as we don't have a swapaxes() 
method yet.  We're also missing an ndim() method.

----------
nosy: +mikefc
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue976>
________________________________________


More information about the pypy-issue mailing list