tanVToCoord {manifold}R Documentation

Transform tangent vectors to their coordinates on the tangent space

Description

Transform the tangent vectors to coordinates w.r.t. the basis returned by [basisTan()]

Usage

tanVToCoord(mfd, p, V, ...)

## Default S3 method:
tanVToCoord(mfd, p, V, ...)

Arguments

mfd

A manifold object created by createM

p

A vector for the base point

V

A matrix or a vector containing the tangent vectors

...

Passed into specific methods

Value

A matrix in which each column correspond to a coordinate

Methods (by class)


[Package manifold version 0.1.1 Index]