NLESC-JCER / spectra

A header-only C++ library for large scale eigenvalue problems
https://spectralib.org
Mozilla Public License 2.0
0 stars 0 forks source link

Hermitian case #30

Open JensWehner opened 4 years ago

JensWehner commented 4 years ago

So far only symmetric problems in the davidson case are implemented, we have to extend this to hermitian cases,where the matrix is complex but eigenvalues are real.