multidimensional array
Technical computing term for a data structure with multiple indices, such as a 2D or 3D array.
多次元配列を使うと、行列計算が簡単に書ける。
Using multidimensional arrays makes it easy to write matrix calculations.
このプログラミング言語では、多次元配
In this programming language, multidimensional arrays are represented as lists of lists.
配列 is a general array (one-dimensional by default); 多次元配列 explicitly has two or more dimensions.
二次元配列 is a specific type of multidimensional array with exactly two dimensions.
Compound of 多次元 (multidimensional) and 配列 (array), a direct calque of the English computing term.