|
robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include <unordered_map>#include "Eigen/StdVector"

Go to the source code of this file.
Namespaces | |
| namespace | robotoc |
Typedefs | |
| template<typename Key , typename T > | |
| using | robotoc::aligned_unordered_map = std::unordered_map< Key, T, std::hash< Key >, std::equal_to< Key >, Eigen::aligned_allocator< std::pair< Key, T > > > |
| std unordered_map with Eigen::aligned_allocator. More... | |