Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gtsam
linear
GaussianFactor.cpp
Go to the documentation of this file.
1
/* ----------------------------------------------------------------------------
2
3
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
4
* Atlanta, Georgia 30332-0415
5
* All Rights Reserved
6
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7
8
* See LICENSE for the license information
9
10
* -------------------------------------------------------------------------- */
11
19
// \callgraph
20
21
#include <
gtsam/linear/GaussianFactor.h
>
22
#include <
gtsam/linear/VectorValues.h
>
23
24
namespace
gtsam
{
25
26
/* ************************************************************************* */
27
VectorValues
GaussianFactor::hessianDiagonal
()
const
{
28
VectorValues
d
;
29
hessianDiagonalAdd
(d);
30
return
d
;
31
}
32
33
}
test_docs.d
d
Definition:
test_docs.py:28
GaussianFactor.h
A factor with a quadratic error function - a Gaussian.
gtsam::GaussianFactor::hessianDiagonal
VectorValues hessianDiagonal() const
Return the diagonal of the Hessian for this factor.
Definition:
GaussianFactor.cpp:27
gtsam::VectorValues
Definition:
VectorValues.h:74
VectorValues.h
Factor Graph Values.
gtsam::GaussianFactor::hessianDiagonalAdd
virtual void hessianDiagonalAdd(VectorValues &d) const =0
Add the current diagonal to a VectorValues instance.
gtsam
traits
Definition:
chartTesting.h:28
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:05