Learn R Programming

riemtan (version 0.2.5)

euclidean_exp: Compute the Euclidean Exponential

Description

Compute the Euclidean Exponential

Usage

euclidean_exp(sigma, v, validate = FALSE)

Value

The point on the manifold corresponding to the tangent vector at sigma.

Arguments

sigma

A reference point.

v

A tangent vector to be mapped back to the manifold at sigma.

validate

A logical value indicating whether to validate input arguments. Default is FALSE.