jIndizes
jIndizes is a convention used to label coordinates along the second dimension of a multi-dimensional data structure. The term appears in contexts where elements are addressed by index pairs or tuples such as (i, j), with i typically referring to the first dimension and j to the second. The concept is common in mathematics, computer science, and data processing and is often discussed in materials on multi-index notation.
In a two-dimensional array A, the element A[i, j] is identified by an iIndex and a jIndex.
jIndizes are used in linear algebra to refer to columns within a matrix, and in tensor calculus
In software, jIndizes may be stored as separate arrays of integers (e.g., a parallel array of j
Multi-index notation, row and column indices, tensor mode indices, sparse matrix formats.