[NumPy-Tickets] [NumPy] #533: numpy.trace is slow for small dimensions
NumPy Trac
numpy-tickets@scipy....
Thu Aug 18 16:29:01 CDT 2011
#533: numpy.trace is slow for small dimensions
-------------------------------+--------------------------------------------
Reporter: pv | Owner: pv
Type: enhancement | Status: needs_review
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: none
Keywords: trace performance |
-------------------------------+--------------------------------------------
Changes (by mwiebe):
* status: new => needs_review
Comment:
With the changes I've made in my missingdata branch, I now get the
following performance numbers:
{{{
2.0.0.dev-8a5e2a1
0.0208129882812
0.0260510444641
}}}
This is because I've changed diagonal to always return a view. Once the
branch is merged, we can probably close this ticket.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/533#comment:10>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list