Order

The dimensionality of an array; the number of indices necessary to access exactly one position (a.k.a., “element”). Rank and degree are sometimes used as synonyms, but can have special implications in certain usages.

Scalars have zero order, vectors are of order one and matrices are of order two.  Arrays can be of any order.