Learn R Programming

spheresmooth (version 0.1.3)

exp_map: Compute the exponential map on the unit sphere.

Description

This function computes the exponential map on the unit sphere given a base point x and a vector v.

Usage

exp_map(x, v)

Value

Numeric vector representing the result of the exponential map.

Arguments

x

Numeric vector representing the base point.

v

Numeric vector representing a point.

Examples

Run this code
exp_map(c(0,0,1), c(1,1,0))

Run the code above in your browser using DataLab