Next: Array Syntax
Up: Arrays
Previous: Array Conformance
Organisation in memory:
- Fortran 90 does not specify anything about how arrays should be
located in memory. It has no storage association.
- Fortran 90 does define an array element ordering for certain
situations which is of column major form,
The array is conceptually ordered as:
C(1,1),C(2,1),..,C(5,1),C(1,2),C(2,2),..,C(5,3)
For more information, click here
Now try this question
Next: Array Syntax
Up: Arrays
Previous: Array Conformance
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.