-
As per https://github.com/QuantStack/xtensor/issues/417
wolfv updated
6 years ago
-
Hi,
we should improve the way we are currently looking for xtensor-python dependencies:
```cmake
find_package(xtl REQUIRED)
message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl")
find_package(x…
-
Hi there,
Would it be possible to release a new version to CRAN build with the latest versions of the xtensor stack please ? (i.e. xtensor=0.24.6 and xtensor-r=0.14.2)
Thanks.
-
Possibly I missed it, but I have been looking for documentation on how to access a single element of an `xtensor`. I found `xt::indexed_view(x, {{1,2}})` but it was only in some examples I found that …
-
I cannot find the conan packages for xtensor
```
conan install xtensor/0.20.10@omaralvarez/public-conan
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
…
-
Currently, I am using this XTENSOR library to develop my own project. I have searched the documentation for a whole night, but just failed to find something like `np.matmul`. The only available stuffs…
-
With every successful project, eventually comes this issue 🌟
Certain fields do try to make a reference for software, even if it was not academically published.
I personally believe it is important…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
First needed to install `libitk-devel` with conda, should have been done by STIR. Then I got…
ghost updated
3 months ago
-
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 corresponding code…
wolfv updated
7 years ago
-
Hi! It would be awesome to have the ability to have a `xt::rusttensor` much like `xt::pytensor`. Is there any interest in adding rust as a supported language, and what would something like that look l…