xtensor icon indicating copy to clipboard operation
xtensor copied to clipboard

C++ tensors with broadcasting and lazy computing

Results 220 xtensor issues
Sort by recently updated
recently updated
newest added

After updating my xtensor version from 0.23.10 to 0.24.0, my project has run into a buildtime error for `xt::linalg::pinv` usage. I tried using `pinv` for a `xarray` and for `xtensor`...

Bug

It would be awesome if there was a xtensor scipy repo where the community could contribute the algorithms they're writing using xtensor. Just a thought! I know you're busy people....

In some cases it would be great to have features like `push_back` and `insert` for a 1-d container (like `std::vector`)

Feature Request

``` CMake Error at /usr/local/share/cmake/Modules/FindThreads.cmake:66 (message): FindThreads only works if either C or CXX language is enabled Call Stack (most recent call first): CMakeLists.txt:13 (find_package) ``` clang-12 FreeBSD 13

Good evening, First, thank you very much for this outstanding project! I am trying to port some code from NumPy over to xtensor, and I've encountered an issue where attempting...

# Checklist - [ ] The title and commit message(s) are descriptive. - [ ] Small commits made to fix your PR have been squashed to avoid history pollution. -...

Bug

# Checklist - [ ] The title and commit message(s) are descriptive. - [ ] Small commits made to fix your PR have been squashed to avoid history pollution. -...

Bug

https://github.com/xtensor-stack/xtensor/blob/751f3ae17a17e56139703a4291c36aaf7adf00fe/include/xtensor/xstrides.hpp#L175 Should this be simply ``` typename S::value_type ``` ?

Removing the pinning to doctest 2.4.7 in the environment files leads to a compiler crash for clang 6 to 8 (included). We should investigate why and fix the issue (or...

I think it would be great to have tool to avoid the docs becoming outdated