GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Namespaces | Functions
GaussianBayesTree-inl.h File Reference

Gaussian Bayes Tree, the result of eliminating a GaussianJunctionTree. More...

#include <gtsam/linear/GaussianBayesTree.h>
#include <stdarg.h>
Include dependency graph for GaussianBayesTree-inl.h:

Go to the source code of this file.

Namespaces

 gtsam
 

Functions

template<class BAYESTREE >
void gtsam::internal::optimizeInPlace (const typename BAYESTREE::sharedClique &clique, VectorValues &result)
 
template<class BAYESTREE >
double gtsam::internal::logDeterminant (const typename BAYESTREE::sharedClique &clique)
 

Detailed Description

Gaussian Bayes Tree, the result of eliminating a GaussianJunctionTree.

GaussianBayesTree

Author
Frank Dellaert
Richard Roberts