xtensor
xtensor copied to clipboard
C++ tensors with broadcasting and lazy computing
Loading the attached npy file, (float32, c-style) [zero_dimensions.zip](https://github.com/xtensor-stack/xtensor/files/7595497/zero_dimensions.zip) on Windows 10, the following occurs: in line 532, xnpy.hpp: class std::runtime_error: This npy_file has already been cast. If i dig deeper:...
Hi, _tl;dr: affinity goes from a mask 4 (that I've set myself) to a mask 20000 (that xtensor/mkl set down the line). I believe it is not a desirable behavior...
Currently there is no binaries in apt repositories for Ubuntu 20.04. Is there any plans to package binaries for this distribution version ? It would be very helpful in using...
In the standard library for clang-11, `size_type` is no longer a member of `std::allocator`. This is a difference from clang-10. Line 1765 of `` versus line 1830 of `` in...
This code to load a binary matrix and prints its values results in the ASCII values of the elements being loaded, i.e. 48 and 49 instead of 0 and 1....
Build of xtensor 0.23.10 is failing on Linux (Debian experimental) on mipsel architecture. Building with g++ 10.3.0. An undefined reference is declared at several points, to both __umodsi3, and __divsi3...
This code does not compile for me. Removing xt::flip does compile. I've been using xtensor for only a few hours so likely I'm doing something wrong.. ``` #include #include #include...
is there a way to print out the values in a xtensor? this is the output I get now. Note that the coords variable is a xtensor rather than a...
Current `xt::allclose` works with scalar inputs, but `xt::isclose` does not. It gives the following error: ```none xtensor/xfunction.hpp:315:9: note: candidate template ignored: requirement 'xfunction::all_xscalar::value' was not satisfied [with UT = xt::xfunction]...