tanVToCoord: Transform tangent vectors to their coordinates on the tangent...

View source: R/General.R

tanVToCoordR 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)

  • tanVToCoord(default): Method


manifold documentation built on Oct. 4, 2022, 5:06 p.m.