Matrix class diagonalize function

What does the function diagonalize exactly do? I don’t seem to be able to find anything about its actual role in both the API and in the header file itself.
(psi4conda->include->psi4->libmints)
Thanks

It computes the eigenvalues and eigenvectors of the matrix. The actual diagonalization is performed using Lapack’s DSYEV routine.

1 Like