summaryrefslogtreecommitdiff
path: root/math/spectra/pkg-descr
blob: 2976ab8752d2f766077883bc609353710f06efca (plain) (blame)
1
2
3
4
5
6
7
Spectra stands for Sparse Eigenvalue Computation Toolkit as a Redesigned
ARPACK. It is a C++ library for large scale eigenvalue problems, built on
top of Eigen, an open source linear algebra library.

Spectra is implemented as a header-only C++ library, whose only dependency,
Eigen, is also header-only. Hence Spectra can be easily embedded in C++
projects that require calculating eigenvalues of large matrices.