Jump to content

Rank (computer programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 207.70.164.210 (talk) at 06:53, 14 November 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.