mirror of
https://github.com/pybind/pybind11.git
synced 2025-03-23 00:56:43 +00:00
In eigen.h, type_caster<Type>::load(): For the 'ndim == 1' case, use the 'InnerStride' type because there is only an inner stride for a vector. Choose between (n_elts x 1) or (1 x n_elts) according to whether we're constructing a Vector or a RowVector. |
||
---|---|---|
.. | ||
attr.h | ||
cast.h | ||
common.h | ||
complex.h | ||
descr.h | ||
eigen.h | ||
functional.h | ||
numpy.h | ||
operators.h | ||
pybind11.h | ||
pytypes.h | ||
stl_bind.h | ||
stl.h | ||
typeid.h |