matrix-windows-long.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 Windows, long is a 32 bytes type but it's a different type than int
10 #ifdef WIN32
11  exposeType<long>();
12  exposeType<long, Eigen::RowMajor>();
13 #endif // WIN32
14 }
15 } // namespace eigenpy
eigenpy::exposeMatrixWindowsLong
void exposeMatrixWindowsLong()
Definition: matrix-windows-long.cpp:8
eigenpy
Definition: alignment.hpp:14
eigenpy.hpp


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