robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include <deque>
#include "Eigen/StdDeque"
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... | |