-
I'm attempting to bind a `xt::pyarray` to a Numpy array of arrays, but I am getting compilation errors instantiating the `pyarray`. The error is a bit long to include here, the relevant bit is
>…
-
This is shown in the following code example.
```c++
#include "xtensor/xadapt.hpp"
#include "xtensor-blas/xlinalg.hpp"
int main()
{
std::vector vec{0, 1, 2, 3};
std::vector sha…
-
Greetings,
Recently I developed a package using xtensor as C++ backend and numpy as a python interface, which is usually like @tdegeus done for some of his packages. I also used the xtensor-blas in p…
-
Hi,
I am still getting used to the library, but was able to isolate an unexpected performance hit. I want to update just a subregion of a pre-allocated 1D tensor. Maybe there is a better pattern to…
-
The R check for the generated cran package triggers the following warning (NOTE):
```bash
File ‘xtensor/libs/xtensor.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is g…
-
```
/disk-samsung/freebsd-ports/math/xtensor-blas/work/xtensor-blas-0.20.0/test/test_lapack.cpp:166:40: warning: implicit conversion changes signedness: 'int' to 'xt::xaccessible::size_type' (aka 'un…
-
Thank you for developing `xtensor-fftw`.
I would like to request the following extension that will be improve its usability.
It will be better if there is a broadcasting in `xtensor-fftw`.
I'm st…
-
Hello, first of all thanks for this awesome project! 🙂
I'm opening this bug report as I didn't find an already open one about this issue; sorry in advance if it's a duplicate.
I'm on MacOS 10.1…
-
The xlapack.solveCholesky test in https://github.com/xtensor-stack/xtensor-blas/blob/0aee2999a3b9edebb58a0ab3ec44eee7f4c5009d/test/test_lapack.cpp#L150
uses an expected x value `0.13757507429403265`…
-
https://xtensor-zarr.readthedocs.io/en/latest/basic_usage.html and https://github.com/xtensor-stack/xtensor-zarr/blob/master/README.md#usage are in sync with each other, but in significant dissonance …