Go to the source code of this file.
|
| namespace | DNDS |
| | the host side operators are provided as implemented
|
| |
◆ pybind11_bind_Array_All_X_define
| #define pybind11_bind_Array_All_X_define |
( |
|
offset | ) |
|
Value: void pybind11_bind_Array_All_##offset(py::module_
m) \
{ \
pybind11_callBindArrays_rowsizes<real, offset>(
m); \
\
pybind11_callBindArrays_rowsizes<index, offset>(
m); \
\
pybind11_callBindParArrays_rowsizes<real, offset>(
m); \
\
pybind11_callBindParArrays_rowsizes<index, offset>(
m); \
\
pybind11_callBindArrayTransformers_rowsizes<real, offset>(
m); \
\
pybind11_callBindArrayTransformers_rowsizes<index, offset>(
m); \
\
pybind11_callBindParArrayPairs_rowsizes<real, offset>(
m); \
\
pybind11_callBindParArrayPairs_rowsizes<index, offset>(
m); \
}
Eigen::Matrix< real, 3, 3 > m
Definition at line 7 of file Array_bind_x.hxx.