robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
aligned_deque.hpp File Reference
#include <deque>
#include "Eigen/StdDeque"
Include dependency graph for aligned_deque.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  robotoc
 

Typedefs

template<typename T >
using robotoc::aligned_deque = std::deque< T, Eigen::aligned_allocator< T > >
 std deque with Eigen::aligned_allocator. More...