pybind11/docs/advanced
Jason Rhinelander 773339f131 array-unchecked: add runtime dimension support and array-compatible methods
The extends the previous unchecked support with the ability to
determine the dimensions at runtime.  This incurs a small performance
hit when used (versus the compile-time fixed alternative), but is still considerably
faster than the full checks on every call that happen with
`.at()`/`.mutable_at()`.
2017-03-22 16:15:56 -03:00
..
cast Eigen<->numpy referencing support 2017-02-24 23:19:50 +01:00
pycpp array-unchecked: add runtime dimension support and array-compatible methods 2017-03-22 16:15:56 -03:00
classes.rst Enable static properties (py::metaclass) by default 2017-02-23 15:45:26 +01:00
exceptions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
functions.rst Eigen<->numpy referencing support 2017-02-24 23:19:50 +01:00
misc.rst Documentation: explicitly call out that the GIL is held (#615) 2017-01-31 17:06:13 +01:00
smart_ptrs.rst Improve custom holder support (#607) 2017-01-31 17:05:44 +01:00