• 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 Struct VeeEvaluator¶

  • Defined in File vee.h

Inheritance Relationships¶

Base Type¶

  • public manif::internal::VeeEvaluatorImpl< Derived > (Template Struct VeeEvaluatorImpl)

Struct Documentation¶

template<typename Derived>
struct VeeEvaluator : public manif::internal::VeeEvaluatorImpl<Derived>¶

Public Types

using Base = VeeEvaluatorImpl<Derived>¶

Public Functions

inline VeeEvaluator(Derived &xptr)¶
template<typename T>
inline void run(const T &t)¶

Protected Attributes

Derived &xptr_¶
Copyright © 2025 MIT license, artivis
Last updated on Mar 26, 2025
Contents
  • Template Struct VeeEvaluator
    • Inheritance Relationships
      • Base Type
    • Struct Documentation
      • manif::internal::VeeEvaluator
        • Base
        • VeeEvaluator()
        • run()
        • xptr_