Pakket: libspectra-dev (1.0.1-2)
Verwijzigingen voor libspectra-dev
Debian bronnen:
Het bronpakket spectra downloaden:
Beheerders:
Externe bronnen:
- Homepage [spectralib.org]
Vergelijkbare pakketten:
library for large scale eigenvalue problems (development files)
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.
Andere aan libspectra-dev gerelateerde pakketten
|
|
|
|
-
- dep: libeigen3-dev
- lightweight C++ template library for linear algebra