multidimensional array

English

Noun

multidimensional array (plural multidimensional arrays)Category:English lemmas#MULTIDIMENSIONALARRAYCategory:English nouns#MULTIDIMENSIONALARRAYCategory:English countable nouns#MULTIDIMENSIONALARRAYCategory:English multiword terms#MULTIDIMENSIONALARRAYCategory:English entries with incorrect language header#MULTIDIMENSIONALARRAYCategory:Pages with entries#MULTIDIMENSIONAL%20ARRAYCategory:Pages with 1 entry#MULTIDIMENSIONAL%20ARRAY

  1. (programmingCategory:en:Programming#MULTIDIMENSIONALARRAY) A data structure consisting of a vector of vectors, in the case of a 2-dimensional array, or, in the case of an N-dimensional array, a vector of multidimensional arrays of degree N minus 1, thereby allowing the simulation of a N-dimensional grid of storage locations using an underlying memory architecture in which storage is addressed in a linear fashion.
  2. (programmingCategory:en:Programming#MULTIDIMENSIONALARRAY) A data structure that has the semantics of an array of arrays, all of which may be indexed with values of any data type, usually with a supporting syntax built-into a programming language.
  3. (programmingCategory:en:Programming#MULTIDIMENSIONALARRAY) Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space.

Translations

See also

Category:English countable nouns Category:English lemmas Category:English multiword terms Category:English nouns Category:Entries with translation boxes Category:Pages with 1 entry Category:Pages with entries Category:Terms with German translations Category:Terms with Japanese translations Category:en:Programming