spectra

Header-only C++ library for solving large-scale eigenvalue problems

brewmacoslinux
Try with needOr install directly
Source

About

Header-only C++ library for large scale eigenvalue problems

Commands

spectra

Examples

Include Spectra headers in C++ project to compute eigenvalues of large matrices$ #include <Spectra/GenEigsSolver.h> // Use in C++ code after installing via Homebrew
Link against installed Spectra library in CMake configuration$ find_package(Spectra REQUIRED) in CMakeLists.txt
Access Spectra header files from installation directory$ ls $(brew --prefix spectra)/include/Spectra/