pyriemann.utils.base.logm

pyriemann.utils.base.logm(C)

Logarithm of SPD/HPD matrices.

The symmetric matrix logarithm of a SPD/HPD matrix \(\mathbf{C}\) is defined by:

\[\mathbf{D} = \mathbf{V} \log{(\mathbf{\Lambda})} \mathbf{V}^H\]

where \(\mathbf{\Lambda}\) is the diagonal matrix of eigenvalues and \(\mathbf{V}\) the eigenvectors of \(\mathbf{C}\).

Parameters:
Cndarray, shape (…, n, n)

SPD/HPD matrices, at least 2D ndarray.

Returns:
Dndarray, shape (…, n, n)

Matrix logarithm of C.