#include "eigenpy/config.hpp"
#include <boost/type_traits/is_base_of.hpp>
#include <boost/python.hpp>
#include <boost/python/scope.hpp>
#include <type_traits>
#include <utility>
#include "eigenpy/numpy.hpp"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <Eigen/Geometry>
#include <boost/shared_ptr.hpp>
#include "eigenpy/alignment.hpp"
#include "eigenpy/id.hpp"
Go to the source code of this file.
◆ _EIGENPY_PPCAT
#define _EIGENPY_PPCAT |
( |
|
A, |
|
|
|
B |
|
) |
| A##B |
◆ BOOST_BIND_GLOBAL_PLACEHOLDERS
#define BOOST_BIND_GLOBAL_PLACEHOLDERS |
◆ EIGENPY_DEFAULT_ALIGN_BYTES
#define EIGENPY_DEFAULT_ALIGN_BYTES EIGEN_DEFAULT_ALIGN_BYTES |
◆ EIGENPY_DEFAULT_ALIGNMENT_VALUE
#define EIGENPY_DEFAULT_ALIGNMENT_VALUE Eigen::Aligned |
◆ EIGENPY_DEPRECATED_FILE
#define EIGENPY_DEPRECATED_FILE |
( |
|
the_message | ) |
|
Value: EIGENPY_PRAGMA_WARNING( \
Definition at line 59 of file fwd.hpp.
◆ EIGENPY_DEPRECATED_MACRO
#define EIGENPY_DEPRECATED_MACRO |
( |
|
macro, |
|
|
|
the_message |
|
) |
| |
Value: EIGENPY_PRAGMA_WARNING( \
Definition at line 56 of file fwd.hpp.
◆ EIGENPY_DOCUMENTATION_START_IGNORE
#define EIGENPY_DOCUMENTATION_START_IGNORE |
◆ EIGENPY_NO_ALIGNMENT_VALUE
#define EIGENPY_NO_ALIGNMENT_VALUE Eigen::Unaligned |
◆ EIGENPY_PPCAT
◆ EIGENPY_SHARED_PTR_HOLDER_TYPE
#define EIGENPY_SHARED_PTR_HOLDER_TYPE |
( |
|
T | ) |
::boost::shared_ptr<T> |
◆ EIGENPY_STRING_LITERAL
#define EIGENPY_STRING_LITERAL |
( |
|
string | ) |
#string |
◆ EIGENPY_STRINGCAT
#define EIGENPY_STRINGCAT |
( |
|
A, |
|
|
|
B |
|
) |
| A B |
◆ EIGENPY_STRINGIZE
◆ EIGENPY_UNUSED_TYPE
◆ EIGENPY_UNUSED_VARIABLE
#define EIGENPY_UNUSED_VARIABLE |
( |
|
var | ) |
(void)(var) |
◆ EIGENPY_USED_VARIABLE_ONLY_IN_DEBUG_MODE
#define EIGENPY_USED_VARIABLE_ONLY_IN_DEBUG_MODE |
( |
|
var | ) |
|
◆ NO_IMPORT_ARRAY