src
matrix-linux-ulong-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
{
8
void
exposeMatrixLinuxULongLong
() {
9
// On Linux, long long is a 64 bytes type but it's a different type than int64_t
10
#ifdef __linux__
11
exposeType<unsigned long long>();
12
exposeType<unsigned long long, Eigen::RowMajor>();
13
#endif // linux
14
}
15
}
// namespace eigenpy
eigenpy
Definition:
alignment.hpp:14
eigenpy.hpp
eigenpy::exposeMatrixLinuxULongLong
void exposeMatrixLinuxULongLong()
Definition:
matrix-linux-ulong-long.cpp:8
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Nov 2 2024 02:14:45