|
numerics 0.1.0
|
Full symmetric eigendecomposition via cyclic Jacobi sweeps. More...
Go to the source code of this file.
Classes | |
| struct | num::EigenResult |
| Symmetric eigendecomposition \(A=V\Lambda V^T\). More... | |
Namespaces | |
| namespace | num |
Functions | |
| EigenResult | num::eig_sym (const Matrix &A, real tol=1e-12, idx max_sweeps=100, Backend backend=lapack_backend) |
Full symmetric eigendecomposition via cyclic Jacobi sweeps.
Applies orthogonal plane rotations until \(\sum_{i\ne j} A_{ij}^2 < \mathrm{tol}^2\).
Definition in file jacobi_eig.hpp.