next up previous contents
Next: Declarations Up: Arrays Previous: Arrays

 

Array Terminology

Examples of declarations:

    REAL, DIMENSION(15)      :: X
    REAL, DIMENSION(1:5,1:3) :: Y, Z

The above are explicit-shape arrays.

Terminology:

Now try this question gif

For more information, click here gif


next up previous contents
Next: Declarations Up: Arrays Previous: Arrays

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.