Skip to content
Snippets Groups Projects
Commit 28be3430 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add 1x1 typedefs

parent 53f50f98
No related branches found
No related tags found
No related merge requests found
// //
// Copyright (c) 2020 INRIA // Copyright (c) 2020-2023 INRIA
// //
#ifndef __eigenpy_eigen_typedef_hpp__ #ifndef __eigenpy_eigen_typedef_hpp__
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
EIGENPY_MAKE_TYPEDEFS(Type, Options, TypeSuffix, Eigen::Dynamic, X) \ EIGENPY_MAKE_TYPEDEFS(Type, Options, TypeSuffix, Eigen::Dynamic, X) \
EIGENPY_MAKE_FIXED_TYPEDEFS(Type, Options, TypeSuffix, 2) \ EIGENPY_MAKE_FIXED_TYPEDEFS(Type, Options, TypeSuffix, 2) \
EIGENPY_MAKE_FIXED_TYPEDEFS(Type, Options, TypeSuffix, 3) \ EIGENPY_MAKE_FIXED_TYPEDEFS(Type, Options, TypeSuffix, 3) \
EIGENPY_MAKE_FIXED_TYPEDEFS(Type, Options, TypeSuffix, 4) EIGENPY_MAKE_FIXED_TYPEDEFS(Type, Options, TypeSuffix, 4) \
EIGENPY_MAKE_TYPEDEFS(Type, Options, TypeSuffix, 1, 1)
#endif // ifndef __eigenpy_eigen_typedef_hpp__ #endif // ifndef __eigenpy_eigen_typedef_hpp__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment