Autoware.Auto
eigen_stl_vector.hpp File Reference

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>
Include dependency graph for eigen_stl_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename EigenVectorT >
using EigenStlVector = std::vector< EigenVectorT, Eigen::aligned_allocator< EigenVectorT > >
 

Detailed Description

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.

Typedef Documentation

◆ EigenStlVector

template<typename EigenVectorT >
using EigenStlVector = std::vector<EigenVectorT, Eigen::aligned_allocator<EigenVectorT> >