From fa6bdd4042094f6b4f8c6e033147d1b514072f5e Mon Sep 17 00:00:00 2001 From: Gerry Chen Date: Wed, 27 Jan 2021 10:54:22 -0500 Subject: [PATCH] fix comment and remove whitespace diff --- gtsam/linear/GaussianFactorGraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtsam/linear/GaussianFactorGraph.h b/gtsam/linear/GaussianFactorGraph.h index de4f2318b..b54799f52 100644 --- a/gtsam/linear/GaussianFactorGraph.h +++ b/gtsam/linear/GaussianFactorGraph.h @@ -185,7 +185,7 @@ namespace gtsam { * Jacobian matrix, where i(k) and j(k) are the base 0 row and column * indices, s(k) a double. * The standard deviations are baked into A and b - * @return the sparse matrix in one of the 4 forms above + * @return the sparse matrix as a std::vector of boost tuples */ std::vector> sparseJacobian() const; @@ -387,7 +387,7 @@ namespace gtsam { ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(Base); } - public: + public: /** \deprecated */ VectorValues optimize(boost::none_t,