matrix-mac-ulong.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2024 INRIA
3  */
4 
5 #include "eigenpy/eigenpy.hpp"
6 
7 namespace eigenpy {
9 // On Mac, long is a 64 bytes type but it's a different type than int64_t
10 #ifdef __APPLE__
11  exposeType<unsigned long>();
12  exposeType<unsigned long, Eigen::RowMajor>();
13 #endif // Mac
14 }
15 } // namespace eigenpy
eigenpy
Definition: alignment.hpp:14
eigenpy::exposeMatrixMacULong
void exposeMatrixMacULong()
Definition: matrix-mac-ulong.cpp:8
eigenpy.hpp


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Apr 26 2024 02:17:35