You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe from the docs, a copy is required in these cases - but I think this is also happening for dense numpy arrays with xtensor-python, and, it's a start if nothing else. I think acceptable if it's a known caveat that's highlighted.
I think this is also happening for dense numpy arrays with xtensor-python
No, xtensor-python can operate on numpy arrays in place. The idea of this repo is not to depend on a python library (although an upstream package could provide bindings to python), and is not limited to 2D.
It's been a while that I followed this. I wonder, it there a support to wrap scipy sparse matrices, like there is in Eigen : https://pybind11-jagerman.readthedocs.io/en/stable/advanced.html#transparent-conversion-of-dense-and-sparse-eigen-data-types ?
The text was updated successfully, but these errors were encountered: