GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Classes | Namespaces | Typedefs | Functions
HybridFactor.h File Reference
#include <gtsam/base/Testable.h>
#include <gtsam/discrete/DecisionTree.h>
#include <gtsam/discrete/DiscreteKey.h>
#include <gtsam/inference/Factor.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/nonlinear/Values.h>
#include <cstddef>
#include <string>
Include dependency graph for HybridFactor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gtsam::HybridFactor
 
struct  gtsam::traits< HybridFactor >
 

Namespaces

 gtsam
 

Typedefs

using gtsam::GaussianFactorGraphTree = DecisionTree< Key, GaussianFactorGraph >
 Alias for DecisionTree of GaussianFactorGraphs.
 

Functions

KeyVector gtsam::CollectKeys (const KeyVector &continuousKeys, const DiscreteKeys &discreteKeys)
 
KeyVector gtsam::CollectKeys (const KeyVector &keys1, const KeyVector &keys2)
 
DiscreteKeys gtsam::CollectDiscreteKeys (const DiscreteKeys &key1, const DiscreteKeys &key2)
 

Detailed Description

Date
Mar 11, 2022
Author
Fan Jiang