v0.15.18
github-actions
released this
19 Oct 17:48
·
10 commits
to master
since this release
ManifoldsBase v0.15.18
Added
distance(M, p, q, r)
to computer
-norms on manifolds that have components.distance(M, p, q, m, r)
to compute (approximate)r
-norms on manifolds that have components
using anAbstractInverseRetractionMethod m
within every (inner) distance call.norm(M, p, X, r)
to computer
-norms on manifolds that have components.
Merged pull requests:
- Introduce r-norms on manifolds with components (#206) (@kellertuer)
Closed issues:
- get_vector failing for product manifold (#204)