• Logo
    manif
  • artivis/manif
Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
manif documentation
manif documentation
  • Tutorials
    • Getting started in C++
    • Getting started in Python3
  • How-to
    • Use with Ceres
    • Write generic code
    • Build the documentation
  • References
    • C++ API
    • C++ Examples
    • Python3 API
    • Python3 Examples
  • Explanations
    • Operations on Lie groups
    • Tangent spaces
    • On auto-differentiation
    • Papers & courses
    • Who uses manif
Back to top

Template Function manif::between¶

  • Defined in File functions.h

Function Documentation¶

template<typename _Derived0, typename _Derived1>
_Derived0::LieGroup manif::between(const LieGroupBase<_Derived0> &lie_group_lhs, const LieGroupBase<_Derived1> &lie_group_rhs, typename _Derived0::OptJacobianRef J_mc_ma = {}, typename _Derived0::OptJacobianRef J_mc_mb = {})¶
Copyright © 2025 MIT license, artivis
Last updated on Mar 26, 2025
Contents
  • Template Function manif::between
    • Function Documentation
      • between()