pybind11/docs
Jason Rhinelander 9ffb3dda5f Eigen support for special matrix objects
Functions returning specialized Eigen matrices like Eigen::DiagonalMatrix and
Eigen::SelfAdjointView--which inherit from EigenBase but not
DenseBase--isn't currently allowed; such classes are explicitly copyable
into a Matrix (by definition), and so we can support functions that
return them by copying the value into a Matrix then casting that
resulting dense Matrix into a numpy.ndarray.  This commit does exactly
that.
2016-08-04 15:24:41 -04:00
..
_static documentation improvements 2016-04-26 23:48:55 +02:00
advanced.rst Eigen support for special matrix objects 2016-08-04 15:24:41 -04:00
basics.rst Update docs with _a suffix notation for named arguments 2016-06-03 23:52:56 +02:00
benchmark.py Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
benchmark.rst documentation improvements 2016-04-28 15:32:07 +02:00
changelog.rst updated changelog with v1.8.1, updated release instructions 2016-07-12 18:03:17 +02:00
classes.rst clarification on static properties (fixes #248) 2016-06-22 13:52:31 +02:00
compiling.rst updated pbtest link 2016-06-03 14:24:17 +02:00
conf.py starting to work on release v1.9 2016-06-14 15:24:47 +02:00
faq.rst updated FAQ section on Python detection 2016-06-03 14:47:54 +02:00
index.rst minor FAQ edits, referenced cppimport project 2016-05-17 10:47:52 +02:00
intro.rst convenience wrapper for constructing iterators (fixes #142) 2016-04-14 00:23:37 +02:00
limitations.rst updated limitations section 2016-06-30 14:46:11 +02:00
Makefile took a stab at some documentation 2015-10-13 03:16:44 +02:00
pybind11_vs_boost_python1.png documentation improvements 2016-04-28 15:32:07 +02:00
pybind11_vs_boost_python1.svg Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
pybind11_vs_boost_python2.png documentation improvements 2016-04-28 15:32:07 +02:00
pybind11_vs_boost_python2.svg Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
pybind11-logo.png Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
reference.rst complete rewrite of eval/exec patch 2016-07-08 10:52:10 +02:00
release.rst updated changelog with v1.8.1, updated release instructions 2016-07-12 18:03:17 +02:00