namespace sophus::jet_helpers

namespace jet_helpers {

// structs

template <class TScalar>
struct GetValue;

template <class TScalar, int kN>
struct GetValue<ceres::Jet<TScalar, kN>>;

} // namespace jet_helpers