[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1011068: ITP: spectra -- library for large scale eigenvalue problems



Package: wnpp
Severity: wishlist
Owner: Pierre Gruet <pgt@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org, team+math@tracker.debian.org

* Package name    : spectra
  Version         : 1.0.1
  Upstream Author : Yixuan Qiu <yixuan.qiu@cos.name>
* URL             : https://spectralib.org/
* License         : MPL-2.0
  Programming Lang: C++
  Description     : library for large scale eigenvalue problems

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.

Spectra is designed to calculate a specified number of eigenvalues of a large
square matrix. Usually this number of eigenvalues is much smaller than the
size of the matrix, so that only a few eigenvalues and eigenvectors are
computed, which in general is more efficient than calculating the whole
spectral decomposition. Users can choose eigenvalue selection rules to pick
the eigenvalues of interest, such as the largest k eigenvalues, or eigenvalues
with largest real parts, etc.

The library is needed as a dependency of openturns. It will be maintained inside the Debian-math team.


Reply to: