-
Hi, I am looking to implement the following numpy operation in xtensor:
https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.stride_tricks.as_strided.html
for signal processing (need to pr…
-
I am exploring the usage of xtensor in the context of a physics project that requires real time processing of data (and thus is particularly sensitive to the code performance). In particular I am inte…
-
I currently fail to build xtensor on Ubuntu 18.04 i686 Docker image. The same build works on a comparably setup x86_64 Docker image for Ubuntu 18.04, 16.04, and CentOS 7. Since all 64bit builds work s…
-
Build does not work when using 64 bit integer C API.
To repro, create a simple test program (saved as `temp/xtensor_blas_test.cpp`):
```
#include "xtensor-blas/xlinalg.hpp"
#include
#include…
-
I'm trying to use xtensor-blas for the first time. I've had lots of difficulties linking to it, but finally, I've done that and tried to run the sample programs from https://xtensor-blas.readthedocs.i…
-
I'm getting the following build error on my CI:
```none
In file included from /usr/lib/gcc/x86_64-linux-gnu/6/include/immintrin.h:45:0,
from /usr/lib/gcc/x86_64-linux-gnu/6/inclu…
-
I saw that a recent PR by @davidbrochart (https://github.com/zarr-developers/zarr_implementations/pull/23) added xtensor support to zarr_implementations. I was interested in extending the data generat…
-
An analogue of [scipy.signal.convolve2d](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.convolve2d.html) would be extremely useful to simulate the following classes of models for ex…
-
I'm trying to compile a project with the `xtensor-io` library but I get an linking error as
```
usr/bin/ld: cannot find -l
```
I have already included
```
find_package(xtensor-io REQUIRED)
.…
-
I tried to compile a small test with xtensor-blas but I can't get cmake to configure properly. I installed xtensor-blas using cmake in a user directory pointed by CMAKE_PREFIX_PATH. The xtensor-blasCo…