Next: Procedures
Up: Independent Loop
Previous: Independent Loop
2 marks
!HPF$ INDEPENDENT, NEW(alpha)
DO j = i+1, n
alpha = A(j,i) / swap(i)
A(j, i+1:n) = A(j, i+1:n ) - alpha * SWAP(i+1:n)
Y(j) = Y(j) - alpha * TEMP
A(j,i) = alpha
ENDDO
Next: Procedures
Up: Independent Loop
Previous: Independent Loop
©University of Liverpool, 1997
Thu May 29 10:11:26 BST 1997Not for commercial use.