sklearn.utils.extmath.fast_logdet

sklearn.utils.extmath.fast_logdet(A)

源码

计算一个对称的log(det(A))

等价于:np.log(nl.det(A)),但更可靠。 如果det(A)为非正数或未定义,则返回-Inf。

参数 说明
A array_like
矩阵