pybind11/docs/advanced/pycpp
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
..
index.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
numpy.rst array-unchecked: add runtime dimension support and array-compatible methods 2017-03-22 16:15:56 -03:00
object.rst Automate generation of reference docs with doxygen and breathe (#598) 2017-01-31 16:54:08 +01:00
utilities.rst Reorganize documentation 2016-10-20 15:21:34 +02:00