|
gtsam
4.0.0
gtsam
|
Internals for Expression.h, not for general consumption. More...
Go to the source code of this file.
Classes | |
| struct | gtsam::internal::apply_compose< T > |
Namespaces | |
| gtsam | |
| Global functions in a separate testing namespace. | |
Functions | |
| 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... | |
| template<typename T > | |
| std::vector< Expression< T > > | gtsam::createUnknowns (size_t n, char c, size_t start) |
| Construct an array of leaves. More... | |
Internals for Expression.h, not for general consumption.