diff --git a/gtsam/nonlinear/AdaptAutoDiff.h b/gtsam/nonlinear/AdaptAutoDiff.h index 7295f3160..adb2031df 100644 --- a/gtsam/nonlinear/AdaptAutoDiff.h +++ b/gtsam/nonlinear/AdaptAutoDiff.h @@ -65,7 +65,12 @@ struct Canonical { } }; -/// Adapt ceres-style autodiff +/** + * The AdaptAutoDiff class uses ceres-style autodiff to adapt a ceres-style + * Function evaluation, i.e., a function F that defines an operator + * template bool operator()(const T* const, const T* const, T* predicted) const; + * For now only binary operators are supported. + */ template class AdaptAutoDiff {