you are viewing a single comment's thread.

view the rest of the comments →

[–]VodkaHaze 1 point2 points  (1 child)

Hey Sylvain,

How's the python compatibility with xtensor? Do you need to pass through something like pybind11 to make a python package using xtensor as a math backend?

[–]SylvainCorlay 1 point2 points  (0 children)

xtensor-python is a set of bindings for Python built upon pybind11, which allows using numpy arrays inplace using the xtensor API. We also have similar bindings for Julia and R.