rieLog.Euclidean {manifold}R Documentation

Riemannian logarithm map

Description

Riemannian logarithm map

Usage

## S3 method for class 'Euclidean'
rieLog(mfd, p, X, ...)

rieLog(mfd, p, X, ...)

## S3 method for class 'L2'
rieLog(mfd, p, X, ...)

## S3 method for class 'HS'
rieLog(mfd, p, X, tol = 1e-07, ...)

## S3 method for class 'Dens'
rieLog(mfd, p, X, ...)

## S3 method for class 'SO'
rieLog(mfd, p, X, tol = 1e-10, ...)

## S3 method for class 'LogEu'
rieLog(mfd, p, X, ...)

## S3 method for class 'AffInv'
rieLog(mfd, p, X, ...)

## S3 method for class 'Sphere'
rieLog(mfd, p, X, tol = 1e-10, ...)

Arguments

mfd

A manifold object created by createM

p, X

Matrices with n columns. The logarithm map of each column in X is calculated w.r.t. the corresponding column in p.

...

Passed into specific methods

tol

Tolerance for 'rieLog.SO'

Value

A matrix in which columns correspond to points on the tangent spaces

Methods (by class)


[Package manifold version 0.1.1 Index]