Jump to content

Rank (computer programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bluemoose (talk | contribs) at 14:23, 5 May 2005 (Stub-sorting. You can help!). 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.