|
numerics 0.1.0
|
Sequential cyclic Jacobi eigensolver. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::seq |
Functions | |
| EigenResult | num::backends::seq::eig_sym (const Matrix &A, real tol, idx max_sweeps) |
Sequential cyclic Jacobi eigensolver.
Uses \(t=\operatorname{sign}(\tau)/(|\tau|+\sqrt{1+\tau^2})\) with \(\tau=(a_{qq}-a_{pp})/(2a_{pq})\).
Definition in file jacobi_eig.cpp.