xtensor-r icon indicating copy to clipboard operation
xtensor-r copied to clipboard

R bindings for xtensor

Results 15 xtensor-r issues
Sort by recently updated
recently updated
newest added

When you do something like this, the types change when they really shouldn't: ``` x 0` we currently always create an R `"array"`. I want something _sort of_ like this....

Dear xtensor maintainers, I recently discovered your `xtensor` library, and it looks great. I have been trying to get started with it either in C++ or with the associated R...

We have the (working) rvectorize, but afaik there is no way to expose just a function pointer with `RCpp` (without the decorations). Maybe @eddelbuettel has a hint? I.e. this is...

Feature Request

The Tests step have been commented out on Windows CI because it fails with a 127 return code.

Hi, When I am using `xt::sort` or `xt::quantile` on `xt::rtensor`, there seems to be some form of memory leak. For example, the following C++ function: ```cpp #include #include #include #include...