#include "eigenpy/fwd.hpp"
#include "eigenpy/numpy-type.hpp"
#include "eigenpy/eigen-allocator.hpp"
#include "eigenpy/scalar-conversion.hpp"
#include <boost/python/converter/rvalue_from_python_data.hpp>
Go to the source code of this file.
#define EIGENPY_RVALUE_FROM_PYTHON_DATA_INIT |
( |
|
type | ) |
|
Value:typedef rvalue_from_python_data_eigen<type>
Base; \
\
rvalue_from_python_data(rvalue_from_python_stage1_data const & _stage1) \
{} \
\
rvalue_from_python_data(
void* convertible) :
Base(convertible) {};
Definition at line 151 of file eigen-from-python.hpp.