Compute the determinant of a matrix
a : array, shape (M, M)
det : float or complex
Determinant of a
Notes
The determinant is computed via LU factorization, LAPACK routine z/dgetrf.
scipy.linalg.solveh_banded
scipy.linalg.norm