From 9ea7b02aca488cbe76f423f359407b654915442f Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Wed, 20 Mar 2013 14:56:25 +0000 Subject: [PATCH] Comment formatting --- gtsam/linear/JacobianFactor.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gtsam/linear/JacobianFactor.h b/gtsam/linear/JacobianFactor.h index 70b369840..bce3396f7 100644 --- a/gtsam/linear/JacobianFactor.h +++ b/gtsam/linear/JacobianFactor.h @@ -267,12 +267,10 @@ namespace gtsam { * model. */ JacobianFactor whiten() const; - /** - * eliminate the first variable - */ + /** Eliminate the first variable, modifying the factor in place to contain the remaining marginal. */ boost::shared_ptr eliminateFirst(); - /** return a multi-frontal conditional. It's actually a chordal Bayesnet */ + /** Eliminate the requested number of frontal variables, modifying the factor in place to contain the remaining marginal. */ boost::shared_ptr eliminate(size_t nrFrontals = 1); /**