Skip to content

v0.15.18

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 17:48
· 10 commits to master since this release
6ac01d1

ManifoldsBase v0.15.18

Diff since v0.15.17

Added

  • distance(M, p, q, r) to compute r-norms on manifolds that have components.
  • distance(M, p, q, m, r) to compute (approximate) r-norms on manifolds that have components
    using an AbstractInverseRetractionMethod m within every (inner) distance call.
  • norm(M, p, X, r) to compute r-norms on manifolds that have components.

Merged pull requests:

Closed issues:

  • get_vector failing for product manifold (#204)