Files | |
file | global_includes.h |
Included from all GTSAM files. | |
file | types.cpp |
Functions for handling type information. | |
file | types.h |
Typedefs for easier changing of types. | |
Classes | |
class | gtsam::BTree< KEY, VALUE > |
Binary tree. More... | |
class | gtsam::ConcurrentMap< KEY, VALUE > |
class | gtsam::DSF< KEY > |
class | gtsam::DSFBase |
class | gtsam::DSFMap< KEY > |
class | gtsam::DSFVector |
class | gtsam::FastList< VALUE > |
class | gtsam::FastMap< KEY, VALUE > |
class | gtsam::FastSet< VALUE > |
class | gtsam::IsTestable< T > |
class | gtsam::SymmetricBlockMatrix |
class | gtsam::VerticalBlockMatrix |
Typedefs | |
template<typename T > | |
using | gtsam::FastVector = std::vector< T, typename internal::FastDefaultVectorAllocator< T >::type > |
using gtsam::FastVector = typedef std::vector<T, typename internal::FastDefaultVectorAllocator<T>::type> |
FastVector is a type alias to a std::vector with a custom memory allocator. The particular allocator depends on GTSAM's cmake configuration.
Definition at line 34 of file FastVector.h.