fix file heading comments for doxygen
parent
b14754b406
commit
b9dbde14f2
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* EqualityFactorGraph.h
|
||||
* @brief: Factor graph of all LinearEquality factors
|
||||
* @date: Dec 8, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file EqualityFactorGraph.h
|
||||
* @brief Factor graph of all LinearEquality factors
|
||||
* @date Dec 8, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* InequalityFactorGraph.h
|
||||
* @brief: Factor graph of all LinearInequality factors
|
||||
* @date: Dec 8, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file InequalityFactorGraph.h
|
||||
* @brief Factor graph of all LinearInequality factors
|
||||
* @date Dec 8, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* LinearEquality.h
|
||||
* @brief: LinearEquality derived from Base with constrained noise model
|
||||
* @date: Nov 27, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file LinearEquality.h
|
||||
* @brief LinearEquality derived from Base with constrained noise model
|
||||
* @date Nov 27, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* LinearInequality.h
|
||||
* @brief: LinearInequality derived from Base with constrained noise model
|
||||
* @date: Nov 27, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file LinearInequality.h
|
||||
* @brief LinearInequality derived from Base with constrained noise model
|
||||
* @date Nov 27, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* @file: QP.h
|
||||
* @brief: Factor graphs of a Quadratic Programming problem
|
||||
* @date: Dec 8, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file QP.h
|
||||
* @brief Factor graphs of a Quadratic Programming problem
|
||||
* @date Dec 8, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* @file: QPSolver.cpp
|
||||
* @brief:
|
||||
* @date: Apr 15, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file QPSolver.cpp
|
||||
* @brief
|
||||
* @date Apr 15, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#include <gtsam/inference/Symbol.h>
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* @file: QPSolver.h
|
||||
* @brief: A quadratic programming solver implements the active set method
|
||||
* @date: Apr 15, 2014
|
||||
* @author: Duy-Nguyen Ta
|
||||
* @file QPSolver.h
|
||||
* @brief A quadratic programming solver implements the active set method
|
||||
* @date Apr 15, 2014
|
||||
* @author Duy-Nguyen Ta
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
/**
|
||||
* @file LinearInequalityFactor.h
|
||||
* @brief
|
||||
* @author Duy-Nguyen Ta
|
||||
* @author Duy-Nguyen Ta
|
||||
* @date Sep 30, 2013
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue