Doxygen comments

release/4.3a0
Frank Dellaert 2012-06-07 02:10:58 +00:00
parent a9c36fc172
commit cd54e80c8c
2 changed files with 9 additions and 14 deletions

View File

@ -1,8 +1,7 @@
/* /**
* JacobianFactorGraph.cpp * @file JacobianFactorGraph.h
* * @date Jun 6, 2012
* Created on: Jun 6, 2012 * @Author Yong Dian Jian
* Author: ydjian
*/ */
#include <gtsam/linear/JacobianFactorGraph.h> #include <gtsam/linear/JacobianFactorGraph.h>

View File

@ -9,11 +9,11 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
/* /**
* JacobianFactorGraph.cpp * @file JacobianFactorGraph.cpp
* * @date Jun 6, 2012
* Created on: Jun 6, 2012 * @brief Linear Algebra Operations for a JacobianFactorGraph
* Author: ydjian * @Author Yong Dian Jian
*/ */
#pragma once #pragma once
@ -24,10 +24,6 @@
namespace gtsam { namespace gtsam {
/**
* Linear Algebra Operations for the JacobianFactorGraph
*/
/** return A*x */ /** return A*x */
Errors operator*(const FactorGraph<JacobianFactor>& fg, const VectorValues& x); Errors operator*(const FactorGraph<JacobianFactor>& fg, const VectorValues& x);