xnd-project / libndtypes

Subsumed into xnd
https://xnd.io/
BSD 3-Clause "New" or "Revised" License
25 stars 17 forks source link

Working with xtensor #48

Closed jakirkham closed 6 years ago

jakirkham commented 6 years ago

The xtensor library and surrounding ecosystem provides a quite powerful way of working with N-D arrays in C++ and plays nicely with standard C++ containers. Of course C remains the lingua franca in the programming world both for library interfaces and for working on a wide range of systems. It would be interesting to explore in what ways ndtypes can interoperate with xtensor.

xref: https://github.com/QuantStack/xtensor/issues/1030

jakirkham commented 6 years ago

This appears to be better suited at xnd. Migrating the issue over there. Sorry for the noise.

jakirkham commented 6 years ago

This issue was moved to plures/xnd#31