Algorithm 4 Eigenpair Computation using Newton’s method in complex arithmetic [7] |
Input: 1: for 2: Compute the LU factorisation of 3: Form 4: Solve the lower triangular system 5: Solve the upper triangular system 6: Update 7: end for Out for: |