gtsam
base
FastVector.h
Go to the documentation of this file.
1
/* ----------------------------------------------------------------------------
2
3
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
4
* Atlanta, Georgia 30332-0415
5
* All Rights Reserved
6
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7
8
* See LICENSE for the license information
9
10
* -------------------------------------------------------------------------- */
11
20
#pragma once
21
22
#include <
gtsam/base/FastDefaultAllocator.h
>
23
#include <vector>
24
25
namespace
gtsam
{
26
32
template
<
typename
T>
33
using
FastVector
=
34
std::vector<T, typename internal::FastDefaultVectorAllocator<T>::type
>;
35
36
}
// namespace gtsam
gtsam.examples.DogLegOptimizerExample.type
type
Definition:
DogLegOptimizerExample.py:111
gtsam::FastVector
std::vector< T, typename internal::FastDefaultVectorAllocator< T >::type > FastVector
Definition:
FastVector.h:34
gtsam
traits
Definition:
SFMdata.h:40
FastDefaultAllocator.h
An easy way to control which allocator is used for Fast* collections.
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:17