From a38a0ae9e1a295683f23bebdc6ee113a574ce84c Mon Sep 17 00:00:00 2001 From: dellaert Date: Thu, 9 Oct 2014 00:21:10 +0200 Subject: [PATCH] Some comments --- gtsam_unstable/nonlinear/Expression-inl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtsam_unstable/nonlinear/Expression-inl.h b/gtsam_unstable/nonlinear/Expression-inl.h index 3a5dd0afc..e68bf6824 100644 --- a/gtsam_unstable/nonlinear/Expression-inl.h +++ b/gtsam_unstable/nonlinear/Expression-inl.h @@ -115,6 +115,7 @@ struct JacobianTrace { JacobianMap& jacobians) const = 0; }; +/// Primary template calls the generic Matrix reverseAD pipeline template struct Select { typedef Eigen::Matrix Jacobian; @@ -124,6 +125,7 @@ struct Select { } }; +/// Partially specialized template calls the 2-dimensional output version template struct Select<2, A> { typedef Eigen::Matrix Jacobian;