coordToTanV: 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, ...)# S3 method for default
coordToTanV(mfd, p, V0, ...)
Value
A matrix in which each column correspond to a different tangent vector
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