Files
pybind11/include/pybind11
Bruce Merry 8e0d832c7d Support arrays inside PYBIND11_NUMPY_DTYPE (#832)
Resolves #800.

Both C++ arrays and std::array are supported, including mixtures like
std::array<int, 2>[4]. In a multi-dimensional array of char, the last
dimension is used to construct a numpy string type.
2017-05-10 10:21:01 +02:00
..
2017-05-09 13:50:34 -04:00
2017-05-09 23:30:05 +02:00
2017-03-11 23:04:16 -04:00
2017-04-29 10:43:17 -04:00
2016-09-19 13:45:31 +02:00