Fortran 90

6.5 Vector Subscripts
A picture is worth a thousand words...
  • Example:

VSubscript

 A(V) = B   ! B(I) is sent to A(V(I)) for all I

  • Collisions (assignments to the same array element on left hand side) are disallowed, however...
  • A "many-one section" (two or more equal elements in the vector subscript ) is allowed when the vector subscript appears on right hand side