One can code very general index sets for elementwise expressions using the forall statement |
Note that the body of a forall statement is executed "in parallel". There is NO dependence between different forall statement indices. |
This important difference from DO loops |