From 5e830a01efe5482d735d14b63b1095c3ce72df74 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sat, 3 Mar 2012 20:22:58 +0000 Subject: [PATCH] Comment fix --- gtsam/linear/HessianFactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/linear/HessianFactor.h b/gtsam/linear/HessianFactor.h index 2a16c0e38..c1e5f016a 100644 --- a/gtsam/linear/HessianFactor.h +++ b/gtsam/linear/HessianFactor.h @@ -71,7 +71,7 @@ namespace gtsam { * and the information vector @f$ \eta = P^{-1} \mu = \Lambda \mu @f$ * to arrive at the canonical form of the Gaussian: * @f[ - * E(x) = 0.5 x^T \Lambda x - x^T \eta + 0.5 \mu^T \Lambda \mu + C + * E(x) = 0.5 x^T \Lambda x - x^T \eta + 0.5 \mu^T \Lambda \mu * @f] * * This factor is one of the factors that can be in a GaussianFactorGraph.