Internals for Expression.h, not for general consumption. More...
#include <gtsam/nonlinear/internal/ExpressionNode.h>#include <boost/tuple/tuple.hpp>#include <boost/range/adaptor/map.hpp>#include <boost/range/algorithm.hpp>

Go to the source code of this file.
Classes | |
| struct | gtsam::internal::apply_compose< T > |
Namespaces | |
| gtsam | |
| traits | |
| gtsam::internal | |
Functions | |
| template<typename T > | |
| std::vector< Expression< T > > | gtsam::createUnknowns (size_t n, char c, size_t start) |
| Construct an array of leaves. More... | |
| template<typename T > | |
| Expression< T > | gtsam::operator* (const Expression< T > &expression1, const Expression< T > &expression2) |
| Construct a product expression, assumes T::compose(T) -> T. More... | |
Internals for Expression.h, not for general consumption.
Definition in file Expression-inl.h.