[NumPy-Tickets] [NumPy] #1620: axis parameter support for matrix inverse function (numpy.linalg.inv)
NumPy Trac
numpy-tickets@scipy....
Sat Sep 25 13:47:36 CDT 2010
#1620: axis parameter support for matrix inverse function (numpy.linalg.inv)
--------------------------+-------------------------------------------------
Reporter: rogerbrent | Owner: pv
Type: enhancement | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.linalg | Version: 1.5.0
Keywords: axis, inv |
--------------------------+-------------------------------------------------
This would make it possible to compute multiple matrix inverses at once
for arrays with shapes like (10, 2, 2), without having to resort to a
loop.
I don't believe there is currently anything in NumPy that lets you do
this.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1620>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list