Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/pybind11/eigen/common.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (c) 2023 The pybind Community.
0002 
0003 #pragma once
0004 
0005 // Common message for `static_assert()`s, which are useful to easily
0006 // preempt much less obvious errors.
0007 #define PYBIND11_EIGEN_MESSAGE_POINTER_TYPES_ARE_NOT_SUPPORTED                                    \
0008     "Pointer types (in particular `PyObject *`) are not supported as scalar types for Eigen "     \
0009     "types."