robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
aligned_vector.hpp File Reference
#include <vector>
#include "Eigen/StdVector"
Include dependency graph for aligned_vector.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_vector = std::vector< T, Eigen::aligned_allocator< T > >
 std vector with Eigen::aligned_allocator. More...