Algorithm 2 Eigenpair Computation using Gauss-Newton’s method [1]
Input:, and tol.
1: for until convergence do
2: Find the reduced QR factorisation of.
3: Solve for.
4: Compute for.
5: Update
6: end for
Out for:.