-
Would it be possible to add support for tensor serialization/deserialization? i.e. things like xtensor or eigen? Ideally these would have a '0-copy' ability - you could deserialize the memory directly…
-
With this code:
```
xt::xarray A = xt::ones({ 6, 4, 6, 8 });
auto aa = xt::view(A, 0, xt::all());
xt::adapt(aa.shape());
auto bb = xt::view(A, 0, xt::all(), xt::all(), xt::all…
-
It should be "native" to the language ideally, which for Godot is square brackets. With some luck we can otherwise just reuse the xtensor to string function.
-
Sometime in the last month and a half or so, LLVM has broken for the C++ xtensor header library (https://github.com/xtensor-stack/xtensor).
I have a minimal reproducer, `main.cpp`:
```C++
#incl…
-
## Describe the bug
There is a segfault when creating new SetCover instance in example/libecole/src/branching.cpp.
## Setting
- OS: Ubuntu 18.04
- Compiler: gcc 12.4.0
- Python version: 3.11.9
…
-
_From @jakirkham on August 1, 2018 17:23_
The [xtensor]( https://xtensor.readthedocs.io/en/latest/index.html ) library and surrounding ecosystem provides a quite powerful way of working with N-D ar…
-
Would be nice to include some benchmarks against another matrix/linalg libraries, such as Eigen, xtensor, numpy (py version), blaze, ...
-
Hi everyone,
I try to use cmake to manage my all dependencies. Here is the code I want it to download xtensor and related packages automatically if find_package is failed:
```
# define target
fi…
-
One way to derive tensor equations is to use xTensor. This uses a slightly different syntax for abstract indices, symmetries, and to declare tensors. It would be nice if Kranc was compatible with it, …
-
Hi @lloda
I'm one of the core-devs on xtensor and I was wondering if you ever had the chance to check out the project? I think we're working on similar ideas, and maybe you would have some feedbac…
wolfv updated
5 years ago