Doxygen comments
parent
a9c36fc172
commit
cd54e80c8c
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue