wrap/pybind11/include/pybind11/eigen/common.h
Go to the documentation of this file.
1 // Copyright (c) 2023 The pybind Community.
2 
3 #pragma once
4 
5 // Common message for `static_assert()`s, which are useful to easily
6 // preempt much less obvious errors.
7 #define PYBIND11_EIGEN_MESSAGE_POINTER_TYPES_ARE_NOT_SUPPORTED \
8  "Pointer types (in particular `PyObject *`) are not supported as scalar types for Eigen " \
9  "types."


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:00:36