LogMSPD {manifold} | R Documentation |
Matrix logarithm of a symmetric positive definite
Description
LogMSPD(X)
computes the matrix logarithm of an SPD matrix using Armardillo. The returned value is a real matrix.
Usage
LogMSPD(X)
Arguments
X |
An SPD matrix |
Value
A symmetric matrix
[Package manifold version 0.1.1 Index]