Algorithm 1.
The algorithm to solve (2)
1. | Input: D |
2. | Initialize: B̂ = 0, Z = 0 and Y = 0 |
3. | repeat |
4. | |
5. | for j = 1 to n do |
6. | |
7. | end for |
8. | Y ← Y + ρ(B̂ − Z) |
9. | until convergence |
10. | Output: B̂. |
The algorithm to solve (2)
1. | Input: D |
2. | Initialize: B̂ = 0, Z = 0 and Y = 0 |
3. | repeat |
4. | |
5. | for j = 1 to n do |
6. | |
7. | end for |
8. | Y ← Y + ρ(B̂ − Z) |
9. | until convergence |
10. | Output: B̂. |