rieExp.Euclidean | R Documentation |
Riemannian exponential map
## S3 method for class 'Euclidean' rieExp(mfd, p, V, ...) rieExp(mfd, p, V, ...) ## S3 method for class 'L2' rieExp(mfd, p, V, ...) ## S3 method for class 'HS' rieExp(mfd, p, V, ...) ## S3 method for class 'Dens' rieExp(mfd, p, V, ...) ## S3 method for class 'SO' rieExp(mfd, p, V, tol = 1e-10, ...) ## S3 method for class 'LogEu' rieExp(mfd, p, V, ...) ## S3 method for class 'AffInv' rieExp(mfd, p, V, ...) ## S3 method for class 'Sphere' rieExp(mfd, p, V, ...)
mfd |
A manifold object created by |
p, V |
Matrices with n columns. The exponential map of each column in V is calculated w.r.t. the corresponding column in p. |
... |
Passed into specific methods |
tol |
Tolerance for 'rieExp.SO' |
A matrix in which columns correspond to points on the manifold
rieExp(Euclidean)
: Method
rieExp(L2)
: Method
rieExp(HS)
: Method
rieExp(Dens)
: Method
rieExp(SO)
: Method
rieExp(LogEu)
: Method
rieExp(AffInv)
: Method
rieExp(Sphere)
: Method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.