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.solve_triangular
scipy.linalg.norm
Enter search terms or a module, class or function name.