pybind11/docs/advanced/pycpp
Wenzel Jakob d4b37a284a added py::ellipsis() method for slicing of multidimensional NumPy arrays
This PR adds a new py::ellipsis() method which can be used in
conjunction with NumPy's generalized slicing support. For instance,
the following is now valid (where "a" is a NumPy array):

py::array b = a[py::make_tuple(0, py::ellipsis(), 0)];
2018-08-28 23:22:55 +02:00
..
index.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
numpy.rst added py::ellipsis() method for slicing of multidimensional NumPy arrays 2018-08-28 23:22:55 +02:00
object.rst docs: Describe importing Python modules and Python methods (#1079) 2017-09-13 16:18:08 +02:00
utilities.rst Utility for redirecting C++ streams to Python (#1009) 2017-08-25 02:12:43 +02:00