robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
aligned_vector.hpp
Go to the documentation of this file.
1
#ifndef ROBOTOC_ALIGNED_VECTOR_HPP_
2
#define ROBOTOC_ALIGNED_VECTOR_HPP_
3
4
#include <vector>
5
#include "Eigen/StdVector"
6
7
namespace
robotoc
{
8
13
template
<
typename
T>
14
using
aligned_vector
= std::vector<T, Eigen::aligned_allocator<T>>;
15
16
}
// namespace robotoc
17
18
#endif
// ROBOTOC_ALIGNED_VECTOR_HPP_
robotoc
Definition:
constraint_component_base.hpp:17
robotoc::aligned_vector
std::vector< T, Eigen::aligned_allocator< T > > aligned_vector
std vector with Eigen::aligned_allocator.
Definition:
aligned_vector.hpp:14
include
robotoc
utils
aligned_vector.hpp
Generated by
1.9.5