det¶
- CholeskyFactor.det()[source]¶
Compute the determinant of the matrix from its Cholesky factorization.
Added in version 0.2.
Warning
This function may overflow or underflow for large matrices. Use
logdet()orslogdet()instead.- Returns:
det (float) – The determinant of the matrix A that was factorized.
See also
logdet,slogdet,numpy.linalg.det,numpy.linalg.slogdet,scipy.linalg.det