Tom de Geus

Results 225 comments of Tom de Geus

> EDIT: One of the headers in graphviz already has a #define SQRT2, maybe this is why this error is happening. When I've changed the order of includes in the...

This is inherit: xtensor uses the C++ default random number generator and NumPy does not. The two should therefore not match up. Things are even more worrisome, as the sequence...

I cannot say for certain. Is your seed the same? What I can say is that too much remained unclear to me to depend on it for my research. To...

You are more than welcome to dive into this, and propose improvements if you find them. Similarly, you are more than welcome to use prrng and suggest improvements for it

Your example is not very minimal so a bit hard to judge and discuss. That being said: * In general `xt::view` is currently unfortunately not very efficient. * Even if...

Thanks for reporting. Do you have a more detailed compiler error stream (what line, what error message, ...)? That could give hints on how to fix it. Beyond that, we...

Thanks for reporting. Related: https://github.com/xtensor-stack/xtensor/issues/2480

@wolfv Do you have a suggestion how I can compile with MSVS? I tried to use bash everywhere but then Cmake finds GCC on Mingw (which is not what I...

Thanks a lot. It would be amazing if you can submit a pull request, I'll be happy to merge it!

Thanks a lot for this discussion. I agree that at the moment we are missing good benchmarks, and that that is something we should do in order to be on...