mirror of
https://github.com/pybind/pybind11.git
synced 2025-03-03 13:03:20 +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. |
||
---|---|---|
.. | ||
pybind11 |