coordToTanV {manifold}R Documentation

Transform the coordinates for the tangent space into a tangent vector

Description

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

Usage

coordToTanV(mfd, p, V0, ...)

## Default S3 method:
coordToTanV(mfd, p, V0, ...)

Arguments

mfd

A manifold object created by createM

p

A vector for the base point

V0

A matrix or a vector containing the coordinates

...

Passed into specific methods

Value

A matrix in which each column correspond to a different tangent vector

Methods (by class)


[Package manifold version 0.1.1 Index]