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