scikit-learn 0.24.2 Other versions
Please cite us if you use the software.
sklearn.utils.extmath
sklearn.utils.extmath.
fast_logdet
Compute log(det(A)) for A symmetric.
Equivalent to : np.log(nl.det(A)) but more robust. It returns -Inf if det(A) is non positive or is not defined.
The matrix.