Table 2 LUP decomposition algorithm for A'
Algorithm: |
---|
Input: Output: 1 Initialize 2 forj = 1 : n - 1 do 3 Select i ( ≥ j ) that maximizes |uij | 4 Interchange rows of 5 Interchange rows of 6 Interchange rows of 7 fori = j + 1 do 8 9 fork = j : ndo 10 11 end for 12 end for 13 end for 14 Output |