[NumPy-Tickets] [NumPy] #1402: Provide a function to compute the log-determinant
NumPy Trac
numpy-tickets@scipy....
Fri Apr 30 15:38:36 CDT 2010
#1402: Provide a function to compute the log-determinant
--------------------------+-------------------------------------------------
Reporter: njs | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone:
Component: numpy.linalg | Version:
Keywords: |
--------------------------+-------------------------------------------------
Comment(by david.warde-farley):
If it's an array, I rescind my objection to the inplace log. Could be
worth it especially for big matrices, and it's
As for naming, I agree that logsigndet is a bit long. I kind of like
`logdet` and `slogdet` or `logdets` for the version that returns the sign,
kind of like `eigh` is a special kind of `eig`.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1402#comment:10>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list