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