This function computes the Riemannian exponential map using the Bures-Wasserstein metric for symmetric positive-definite matrices. The map operates by solving a Lyapunov equation and then constructing the exponential.
bures_wasserstein_exp(sigma, v, validate = FALSE)A symmetric positive-definite matrix of class dppMatrix, representing the point on the manifold.
A symmetric positive-definite matrix of class dppMatrix, representing the reference point.
A symmetric matrix of class dspMatrix, representing the tangent vector to be mapped.
A logical value indicating whether to validate input arguments. Default is FALSE.