gtsam 4.1.1
gtsam
|
Go to the source code of this file.
Namespaces | |
namespace | gtsam |
Global functions in a separate testing namespace. | |
Functions | |
template<class FACTOR > | |
std::pair< boost::shared_ptr< SymbolicConditional >, boost::shared_ptr< SymbolicFactor > > | gtsam::internal::EliminateSymbolic (const FactorGraph< FACTOR > &factors, const Ordering &keys) |
Implementation of dense elimination function for symbolic factors. More... | |
std::pair< boost::shared_ptr< SymbolicConditional >, boost::shared_ptr< SymbolicFactor > > gtsam::internal::EliminateSymbolic | ( | const FactorGraph< FACTOR > & | factors, |
const Ordering & | keys | ||
) |
Implementation of dense elimination function for symbolic factors.
This is a templated version for internally doing symbolic elimination on any factor.