pycauset.eigh
Eigen-decomposition for symmetric (or Hermitian) matrices.
Returns
A pair (w, v) where:
wis a vector of eigenvaluesvis a matrix whose columns are eigenvectors
Notes
Current implementation uses a NumPy fallback (numpy.linalg.eigh).