Registered Member
|
Hello, I used Eigen for my Msc thesis and I should mention some characteristics of the code that I implemented.
To do so, I need some specifics:
|
Moderator
|
SelfAdjointEigenSolver starts with a triadiagonalization using Householder reflectors, then it applies QR iterations.
EigenSolver starts with a Hessenberg factorization using Householder reflectors, then it performs a Schur factorization using Francis QR iterations with implicit double shift. The precision is the machine precision. Complexity of O(a * n^3) with a factor a which depends on the numerical values of the input. |
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell, Yahoo [Bot]