logmGx
LogmGx denotes the matrix logarithm of the Gram matrix associated with a collection of vectors X, written as logm(G_x). In many numerical and mathematical texts, G_x := X^T X is the Gram matrix of X under the standard inner product, where X is a d-by-n matrix whose columns are the vectors x_i in R^d. The Gram matrix is symmetric and positive semidefinite; it is positive definite if the columns of X are linearly independent, in which case all eigenvalues are strictly positive.
The matrix logarithm logm(G_x) is defined for positive definite matrices by spectral calculus: if G_x = Q
Applications of logm(G_x) appear in areas such as covariance analysis, diffusion maps, kernel methods, and information
See also: matrix logarithm, Gram matrix, positive definite matrices, log-Euclidean metric, SPD geometry.