-
Hello,
As an improvement, why not to replace some of your own coded xfunctions with standard functions from libc?
-
When I run the tests from latest xtensor on MacOS 10.13 with XCode 9.4.1, I get the below error. I'm not really sure how to isolate if my -march-settings are too aggressive for this old Xeon processor…
-
When XMATCH or XLOOKUP is called with match_type 0, wildcard characters should be found - currently this fails in the XFunctions implementations.
So the lookup_value "Wal*Mart" does not find "Wal*M…
-
This may be related to #1345
The follow code demonstrates the difficulty:
```
int main() {
xt::xtensor t;
xt::xtensor_fixed t_f;
t = xt::linspace(1.0, 10.0, 16);
t_f = t;
std:…
-
This might be a simplistic/dumb question, but is it possible to store `xexpression`s in some container?
For example, if `x` and `z` are `rarray` objects:
```
y = x + z;
yy = x - z;
```
`y` a…
-
It seems like we need to do another round of refactoring for the steppers.
There is a function called `to_end` that is (never) really used. Instead we have `stepper_end()` functions that are used. …
wolfv updated
6 years ago
-
__Update: ignore all of this and skip to the next comment__
I am on the current master branch of everything required for xtensor-r.
After installing all of those master versions, all of my rray …
-
Reproducing from a cpp file:
```
#include
#include
#include
#include
#include
using int8 = std::int8_t;
template
void make_shared(T&& expr){
auto expression = xt::make_xshare…
-
(moved from the discussion in PR https://github.com/QuantStack/xtensor/pull/403)
-
Originally reported on Google Code with ID 5726
```
What steps will reproduce the problem?
1.Log in to a extJS based url containing menu,sub-menu kind of hierarchy Through Internet
Explorer.
2.Click …