Array's
Start Quantum again and reproduce what you see in the Quantum session below.
Array's can be
Read
directly into Quantum or created via
New.Array or Array.CreateInstance.
Functions Rank,
Shape, and
Elt
access the information contained in
Array's. Functions
Ravel
and
Reshape
convert between
n-dimensional Array's and
1-dimensional Array's.
|