From f71e156bced9d6a1aed094f004d647fcf71becea Mon Sep 17 00:00:00 2001 From: dellaert Date: Thu, 19 Sep 2019 16:13:59 -0400 Subject: [PATCH] Fixed comment --- gtsam/linear/NoiseModel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam/linear/NoiseModel.h b/gtsam/linear/NoiseModel.h index 5c540caa3..464bb38ed 100644 --- a/gtsam/linear/NoiseModel.h +++ b/gtsam/linear/NoiseModel.h @@ -635,9 +635,9 @@ namespace gtsam { * To illustrate, let's consider the least-squares (L2), L1, and Huber estimators as examples: * * Name Symbol Least-Squares L1-norm Huber - * Residual \rho(x) 0.5*x^2 |x| 0.5*x^2 if x