eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
memory.hpp
1/*
2 * Copyright 2014-2019, CNRS
3 * Copyright 2018-2023, INRIA
4 */
5
6#include "eigenpy/fwd.hpp"
7
8EIGENPY_DEPRECATED_FILE(
9 "This header file is now useless and should not be included anymore.")
10
11#ifndef __eigenpy_memory_hpp__
12#define __eigenpy_memory_hpp__
13
19#define EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(...) \
20 EIGENPY_DEPRECATED_MACRO(EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(), \
21 "it is no more needed.")
22
23#endif // __eigenpy_memory_hpp__