[NumPy-Tickets] [NumPy] #1402: Provide a function to compute the log-determinant
NumPy Trac
numpy-tickets@scipy....
Fri Apr 30 16:52:21 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 njs):
Okay, I don't care much either way about the inplace log -- if you guys
reach a consensus on inplace-plus-comment versus copying, then let me
know, or I'll just flip a coin :-).
I think of the names proposed so far, I like `slogdet` best -- among other
things, it leaves the name `logdet` available for a version that doesn't
return the sign. Which is probably not worth including in numpy, but I'll
have it available as a convenience in scikits.sparse.cholmod, since if
you're using cholmod then you already know that your determinant is
positive and there's no point in including the sign.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1402#comment:12>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list