This function computes the Riemannian exponential map using the Log-Cholesky metric for symmetric positive-definite matrices. The map operates by transforming the tangent vector via Cholesky decomposition of the reference point.
log_cholesky_exp(sigma, v)
A symmetric positive-definite matrix of class dppMatrix
, representing the point on the manifold.