pymc.math.logdet#
- pymc.math.logdet = LogDet()#
Compute the logarithm of the absolute determinant of a square matrix M, log(abs(det(M))) on the CPU.
Avoids det(M) overflow/underflow.
Notes
Once PR #3959 (Theano/Theano#) by harpone is merged, this must be removed.