Jump to content

Rank (computer programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lockeownzj00 (talk | contribs) at 07:24, 25 June 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In Fortran, the number of dimensions in an array.

For example, a matrix is an array of rank 2.

A scalar is sometimes defined as an array of rank 0.