pybind11/docs/advanced
Ansgar Burchardt a22dd2d1df correct stride in matrix example and test
This also matches the Eigen example for the row-major case.

This also enhances one of the tests to trigger a failure (and fixes it in the PR).  (This isn't really a flaw in pybind itself, but rather fixes wrong code in the test code and docs).
2017-09-21 18:07:48 -03:00
..
cast Document that type_caster requires default-constructible types 2017-08-28 14:58:11 +02:00
pycpp correct stride in matrix example and test 2017-09-21 18:07:48 -03:00
classes.rst Remove deprecated placement-new constructor from docs 2017-09-07 15:02:16 +02:00
embedding.rst Added function for reloading module (#1040) 2017-09-12 08:05:05 +02:00
exceptions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
functions.rst Fix application of keep_alive policy to constructors (regression) 2017-09-06 10:21:11 +02:00
misc.rst extended module destructor documentation (#1031) 2017-08-26 00:35:05 +02:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00