nodatapoints
nodatapoints
I would like to wrap generator expressions in a function like in the following example. ```cpp inline auto build(int n) { auto x = xt::make_xshared(xt::arange(n)); return x*x; } xt::xtensor array;...
When configured with `-DXTENSOR_USE_{XSIMD,OPENMP}=1 -DBUILD_TESTS=1` the test fails with ``` /tmp/xtensor/test/test_xoptional.cpp:92: TEST CASE: xoptional.bool_operation /tmp/xtensor/test/test_xoptional.cpp:98: ERROR: CHECK_EQ( res(0, 1).value(), true ) is NOT correct! values: CHECK_EQ( {?}, true ) ```...
Version 68.0.1 (64bit Ubuntu)
I implemented a basic backend for the native `pass` binary as suggested by #35. It can be enabled by passing `-e ` to `pass_secret_service`. Furthermore it is used as a...