yixuan / spectra

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

ARPACK interface to spectra #114

Closed kapil-iitk closed 3 years ago

kapil-iitk commented 3 years ago

I wish to use implicitly restarted Arnoldi for the generalized eigenvalue problem ( For example ARPACK routine SNAUPD, DNAUPD etc can be implemented for the generalized eigen pair problem which can include implicitly restarted Arnoldi, Lanczos algorithms; which are useful for large matrix. ). As this is not implemented in the spectra, can you share your views on how to interface ARPACK to spectra for the same? Thank you.

yixuan commented 3 years ago

Maybe I didn't fully get your point, but Spectra indeed contains a generalized eigen solver. Can you elaborate your question?

yixuan commented 3 years ago

Let me first close this issue as I didn't get any response. Feel free to reopen it if you have further explanations.