smooth
A C++ library for Lie theory
|
ceres compatability header. More...
#include <utility>
#include <ceres/autodiff_manifold.h>
#include <ceres/internal/autodiff.h>
#include "smooth/detail/traits.hpp"
#include "smooth/detail/wrt_impl.hpp"
#include "smooth/lie_group_base.hpp"
#include "smooth/manifolds.hpp"
#include "smooth/wrt.hpp"
Go to the source code of this file.
Classes | |
struct | detail::scalar_trait< ceres::Jet< T, I > > |
Typedefs | |
template<Manifold G> | |
using | CeresLocalParameterization = ceres::AutoDiffManifold< CeresParamFunctor< G >, G::RepSize, G::Dof > |
Parameterization for on-manifold optimization with Ceres. | |
Functions | |
auto | dr_ceres (auto &&f, auto &&x) |
Automatic differentiation in tangent space. | |
ceres compatability header.
Definition in file ceres.hpp.
using CeresLocalParameterization = ceres::AutoDiffManifold<CeresParamFunctor<G>, G::RepSize, G::Dof> |