-
As in https://github.com/QuantStack/xtensor-io/blob/a57e3b90ca1025a180c5813c56b8a344ec2d8165/include/xtensor-io/xaudio.hpp#L20-L21, we can put the library loading step in the headers themselves, which…
-
I'm trying to use [xtensor][1] for defining an image class with extra header information. The example [Structures that embed shape and strides][2] from the documentation page "Extending xtensor" comes…
-
This is an optimization feature and therefore not yet a high priority.
It may be advantageous to use factors with xt::xtensor or perhaps xt::xtensor_fixed in the case where the shape of the factor …
-
Kindly checkout the **Index Access** example from https://github.com/xtensor-stack/xtensor?tab=readme-ov-file#basic-usage .
```
#include
#include "xtensor/xarray.hpp"
#include "xtensor/xio.hpp"
…
-
Hi,
I am working on Ubuntu 18.04. I have installed xtl and xtensor-master successfully. But I have not been able to install xtensor-blas. I get the following error.
CMake Error at /usr/local/li…
-
Tried to follow the example in the [documentation](https://xtensor-zarr.readthedocs.io/en/latest/basic_usage.html#open-a-hierarchy) and I get an error as follows:
```bash
/home/newuser/miniconda3/en…
-
The following does not read or write the data correctly when complete chunks are read in, as in #10:
https://github.com/gdkrmr/zarr-R/blob/31c4176bcba8b841080d56abed231d2c8f773cd3/src/xtensor-read.…
-
When using xtensor-io with conda, the INTERFACE_LINK_LIBRARIES in xtensor-ioTargets.cmake contains incorrect library paths such as "/home/conda/feedstock_root/build_artifacts/xtensor-io_1576590031955/…
-
1. Take master @ [e7649ba](https://github.com/daphne-eu/daphne/commit/e7649ba6bdc629a03936e49c27ed876efbce6db4)
2. `git clone --recursive https://github.com/daphne-eu/daphne.git`
3. `./build.sh`
…
seppd updated
7 months ago
-
How should user consume xtensor-blas? I discovered that there is an `xtensor_blas_INCLUDE_DIRS` that I can use to populate targets in my library via `target_include_dirs` but I would prefer to simply …