|
Autoware.Auto
|
|
This file contains the typedef for using fixed size EigenVectors with std::vector due to issues documented here : https://eigen.tuxfamily.org/dox/group__TopicStlContainers.html. More...
#include <Eigen/StdVector>#include <vector>

Go to the source code of this file.
Typedefs | |
| template<typename EigenVectorT > | |
| using | EigenStlVector = std::vector< EigenVectorT, Eigen::aligned_allocator< EigenVectorT > > |
This file contains the typedef for using fixed size EigenVectors with std::vector due to issues documented here : https://eigen.tuxfamily.org/dox/group__TopicStlContainers.html.
| using EigenStlVector = std::vector<EigenVectorT, Eigen::aligned_allocator<EigenVectorT> > |