Hypermatrix
Hypermatrix is a generalization of a matrix to higher dimensions, defined as a d-dimensional array A with entries a_{i1,...,id} where i_k ranges from 1 to n_k. When d equals 2, a hypermatrix reduces to a standard matrix.
In many mathematical contexts, the term hypermatrix is used interchangeably with tensor, especially when focusing on
Operations on hypermatrices include elementwise arithmetic, reshaping into matrices by matricization, and mode-n products with a
A hypermatrix is specified by its dimensions n1, n2, ..., nd and its entries a_{i1,...,id}. For example,
Applications span data analysis, machine learning, signal processing, chemometrics, psychometrics, and computer vision. Tensor decompositions, notably
See also: tensor, matrix, tensor decomposition, multilinear algebra, matricization.