Next: Array Sections
Up: Arrays
Previous: Whole Array Expressions
Arrays or sub-arrays must
conform with all other objects in an expression:
- a scalar conforms to an array of any shape
with the same value for every element:
C = 1.0 ! is valid
- two array references must conform in their shape.
Using the declarations from before:
A and B have the same size but have different shapes so
cannot be directly equated.
For more information, click here
Next: Array Sections
Up: Arrays
Previous: Whole Array Expressions
Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996Not for commercial use.