scikit-learn 1.0.2 Other versions
Please cite us if you use the software.
sklearn.utils.extmath
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.