mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
93594a3857
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. |
||
---|---|---|
.. | ||
pybind11 |