Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jun 15, 2019
1 parent fdd741e commit 268b3d1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.rst
Expand Up @@ -54,14 +54,12 @@ points on a certain manifold
- ``.inner(u, v=None)`` – inner product at this point for two
**tangent** vectors at this point. The passed vectors are not
projected, they are assumed to be already projected.
- ``.retr(u, t=1.)`` – retraction map following vector ``u`` for time
``t``
- ``.expmap(u, t=1.)`` – exponential map following vector ``u`` for time
``t`` (if expmap is not available in closed form, best approximation is used)
- ``.transp(v, *more, u, t=1.)`` – transport vector ``v`` (and possibly
more vectors) with direction ``u`` for time ``t``
- ``.retr(u)`` – retraction map following vector ``u``
- ``.expmap(u)`` – exponential map following vector ``u`` (if expmap is not available in closed form, best approximation is used)
- ``.transp(v, *more, u)`` – transport vector ``v`` (and possibly
more vectors) with direction ``u``
- ``.retr_transp(v, *more, u, t=1.)`` – transport ``self``, vector ``v``
(and possibly more vectors) with direction ``u`` for time ``t``
(and possibly more vectors) with direction ``u``
(returns are plain tensors)

Manifolds
Expand Down

0 comments on commit 268b3d1

Please sign in to comment.