fix comments for doxygen

release/4.3a0
thduynguyen 2015-02-24 22:15:41 -05:00
parent 54121ad26b
commit ce50219f9d
4 changed files with 11 additions and 11 deletions

View File

@ -9,11 +9,11 @@
* -------------------------------------------------------------------------- */
/*
/**
* LinearEquality.h
* @brief: LinearEquality derived from Base with constrained noise model
* @date: Nov 27, 2014
* @author: thduynguyen
* @author: Duy-Nguyen Ta
*/
#pragma once
@ -23,7 +23,7 @@
namespace gtsam {
/**
* This class defines Linear constraints by inherit Base
* This class defines a linear equality constraints, inheriting JacobianFactor
* with the special Constrained noise model
*/
class LinearEquality: public JacobianFactor {

View File

@ -9,11 +9,11 @@
* -------------------------------------------------------------------------- */
/*
/**
* LinearEqualityFactorGraph.h
* @brief: Factor graph of all LinearEquality factors
* @date: Dec 8, 2014
* @author: thduynguyen
* @author: Duy-Nguyen Ta
*/
#pragma once

View File

@ -9,11 +9,11 @@
* -------------------------------------------------------------------------- */
/*
/**
* LinearInequality.h
* @brief: LinearInequality derived from Base with constrained noise model
* @date: Nov 27, 2014
* @author: thduynguyen
* @author: Duy-Nguyen Ta
*/
#pragma once
@ -25,8 +25,8 @@ namespace gtsam {
typedef Eigen::RowVectorXd RowVector;
/**
* This class defines Linear constraints by inherit Base
* with the special Constrained noise model
* This class defines a linear inequality constraint g(x)<=0,
* inheriting JacobianFactor with the special Constrained noise model
*/
class LinearInequality: public JacobianFactor {
public:

View File

@ -9,11 +9,11 @@
* -------------------------------------------------------------------------- */
/*
/**
* LinearInequalityFactorGraph.h
* @brief: Factor graph of all LinearInequality factors
* @date: Dec 8, 2014
* @author: thduynguyen
* @author: Duy-Nguyen Ta
*/
#pragma once